Color names in this palette
CSS code for this palette
/* CSS */
.eerie-glow {
color: #a6d8b9;
}
.vanilla-pudding {
color: #f5e56b;
}
.peach-butter {
color: #fbab3c;
}
.rosy-cheeks {
color: #df536c;
}
.heath-spotted-orchid {
color: #a35c9e;
}
/* CSS Variables */
:root {
--eerie-glow:#a6d8b9;
--vanilla-pudding:#f5e56b;
--peach-butter:#fbab3c;
--rosy-cheeks:#df536c;
--heath-spotted-orchid:#a35c9e;
}