Color names in this palette
CSS code for this palette
/* CSS */
.eros-pink {
color: #c64e6a;
}
.pumpkin-hue {
color: #f6a779;
}
.sunshine {
color: #f9d276;
}
.young-green-onion {
color: #a4d058;
}
.hippie-blue {
color: #4b8b9b;
}
/* CSS Variables */
:root {
--eros-pink:#c64e6a;
--pumpkin-hue:#f6a779;
--sunshine:#f9d276;
--young-green-onion:#a4d058;
--hippie-blue:#4b8b9b;
}