Color names in this palette
CSS code for this palette
/* CSS */
.golden-mushroom {
color: #f5e8d1;
}
.walnut-cream {
color: #f4d7b3;
}
.almond-cream {
color: #f3c4a0;
}
.peach-taffy {
color: #f2b38c;
}
.balinese-sunset {
color: #f1a179;
}
/* CSS Variables */
:root {
--golden-mushroom:#f5e8d1;
--walnut-cream:#f4d7b3;
--almond-cream:#f3c4a0;
--peach-taffy:#f2b38c;
--balinese-sunset:#f1a179;
}