Color names in this palette
CSS code for this palette
/* CSS */
.double-cream {
color: #f0d8a3;
}
.bleached-apricot {
color: #f9c7ae;
}
.wisley-pink {
color: #f4a499;
}
.lively-coral {
color: #e57d7b;
}
.rosy-cheeks {
color: #e2506f;
}
/* CSS Variables */
:root {
--double-cream:#f0d8a3;
--bleached-apricot:#f9c7ae;
--wisley-pink:#f4a499;
--lively-coral:#e57d7b;
--rosy-cheeks:#e2506f;
}