Color names in this palette
CSS code for this palette
/* CSS */
.golden-mushroom {
color: #f5e8d1;
}
.humble-blush {
color: #e2cec1;
}
.coco {
color: #d2b9a3;
}
.calliope {
color: #c69b8b;
}
.cappuccino-bombe {
color: #b58c7d;
}
/* CSS Variables */
:root {
--golden-mushroom:#f5e8d1;
--humble-blush:#e2cec1;
--coco:#d2b9a3;
--calliope:#c69b8b;
--cappuccino-bombe:#b58c7d;
}