Color names in this palette
CSS code for this palette
/* CSS */
.antique-cameo {
color: #f5b8a3;
}
.apricot-obsession {
color: #f7c6b6;
}
.illuminated {
color: #f9e5d7;
}
.white-sulfur {
color: #f0f8e8;
}
.garden-shed {
color: #d4edda;
}
/* CSS Variables */
:root {
--antique-cameo:#f5b8a3;
--apricot-obsession:#f7c6b6;
--illuminated:#f9e5d7;
--white-sulfur:#f0f8e8;
--garden-shed:#d4edda;
}