Color names in this palette
CSS code for this palette
/* CSS */
.amaranth-deep-purple {
color: #9c2b6f;
}
.little-bow-pink {
color: #d27997;
}
.brilliant-beige {
color: #f2c5b5;
}
.beach-towel {
color: #fbe2b1;
}
.lazy-daisy {
color: #f9eaa4;
}
/* CSS Variables */
:root {
--amaranth-deep-purple:#9c2b6f;
--little-bow-pink:#d27997;
--brilliant-beige:#f2c5b5;
--beach-towel:#fbe2b1;
--lazy-daisy:#f9eaa4;
}