Color names in this palette
CSS code for this palette
/* CSS */
.fall-leaf {
color: #e7b5a2;
}
.citrus-sachet {
color: #f2c8a6;
}
.rotunda-gold {
color: #f6e0c1;
}
.apple-sauce {
color: #f4ebd2;
}
.champagne-beige {
color: #d4c3a0;
}
/* CSS Variables */
:root {
--fall-leaf:#e7b5a2;
--citrus-sachet:#f2c8a6;
--rotunda-gold:#f6e0c1;
--apple-sauce:#f4ebd2;
--champagne-beige:#d4c3a0;
}