Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.egyptian-gold {
color: #f0a44c;
}
.peachy-feeling {
color: #f18365;
}
.watermelon-juice {
color: #f05c7e;
}
.prickly-purple {
color: #a55eb5;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--egyptian-gold:#f0a44c;
--peachy-feeling:#f18365;
--watermelon-juice:#f05c7e;
--prickly-purple:#a55eb5;
}