.bg-paper{
    background-color:#F0E5DF;
}
.text-paper{
    color:#F0E5DF;
}
.bg-cream{
    background-color: #F7E6D4;
}
.text-cream{
    color:#F7E6D4;
}
.bg-sand{
    background-color: #D7A96E;
}
.text-sand{
    color: #D7A96E;
}
.bg-blossom{
    background-color: #E9B6A5;
}
.text-blossom{
    color:#E9B6A5;
}
.bg-rosegold{
    background-color: #C38A77;
}
.text-rosegold{
    color:#C38A77;
}
.bg-barley{
    background-color: #B2713B;
}
.text-barley{
    color:#B2713B;
}