Color names in this palette
CSS code for this palette
/* CSS */
.heath-spotted-orchid {
color: #9a5b99;
}
.prettiest-pink {
color: #e0a3c3;
}
.honey-tone {
color: #f8d99b;
}
.dairy-made {
color: #f0b43d;
}
.coralite {
color: #e1695b;
}
/* CSS Variables */
:root {
--heath-spotted-orchid:#9a5b99;
--prettiest-pink:#e0a3c3;
--honey-tone:#f8d99b;
--dairy-made:#f0b43d;
--coralite:#e1695b;
}