Color names in this palette
CSS code for this palette
/* CSS */
.safflower-purple {
color: #b94b9e;
}
.wet-pottery-clay {
color: #e27e6e;
}
.amber-yellow {
color: #f5b55b;
}
.lazy-daisy {
color: #f7eba1;
}
.plume {
color: #a5d0d4;
}
/* CSS Variables */
:root {
--safflower-purple:#b94b9e;
--wet-pottery-clay:#e27e6e;
--amber-yellow:#f5b55b;
--lazy-daisy:#f7eba1;
--plume:#a5d0d4;
}