Color names in this palette
CSS code for this palette
/* CSS */
.creamy-cloud-dreams {
color: #fff4e0;
}
.delightful-pastry {
color: #f9e8c8;
}
.peach-patch {
color: #f3d6a0;
}
.river-of-gold {
color: #e7b85f;
}
.trinket {
color: #d69a38;
}
/* CSS Variables */
:root {
--creamy-cloud-dreams:#fff4e0;
--delightful-pastry:#f9e8c8;
--peach-patch:#f3d6a0;
--river-of-gold:#e7b85f;
--trinket:#d69a38;
}