Color names in this palette
CSS code for this palette
/* CSS */
.chalk-beige {
color: #d7c4b2;
}
.champagne-gold {
color: #e9d6b4;
}
.flan {
color: #f7e1b6;
}
.citrus-sachet {
color: #f4c8a9;
}
.amaranth-pink {
color: #f59ebc;
}
/* CSS Variables */
:root {
--chalk-beige:#d7c4b2;
--champagne-gold:#e9d6b4;
--flan:#f7e1b6;
--citrus-sachet:#f4c8a9;
--amaranth-pink:#f59ebc;
}