Color names in this palette
CSS code for this palette
/* CSS */
.pure-beige {
color: #e8cfc4;
}
.bubble-shell {
color: #d4a69b;
}
.plum-blossom-dye {
color: #b58978;
}
.reading-tea-leaves {
color: #7b5b5d;
}
.cafe-expreso {
color: #5e4b4a;
}
/* CSS Variables */
:root {
--pure-beige:#e8cfc4;
--bubble-shell:#d4a69b;
--plum-blossom-dye:#b58978;
--reading-tea-leaves:#7b5b5d;
--cafe-expreso:#5e4b4a;
}