Color names in this palette
CSS code for this palette
/* CSS */
.nutmeg-glow {
color: #d7b68e;
}
.apricot-illusion {
color: #e2c4a6;
}
.woven-raffia {
color: #f2dfc0;
}
.citrus-sachet {
color: #f5c7a8;
}
.ravishing-coral {
color: #e59585;
}
/* CSS Variables */
:root {
--nutmeg-glow:#d7b68e;
--apricot-illusion:#e2c4a6;
--woven-raffia:#f2dfc0;
--citrus-sachet:#f5c7a8;
--ravishing-coral:#e59585;
}