Color names in this palette
CSS code for this palette
/* CSS */
.eternal-summer {
color: #f5e900;
}
.king-lime {
color: #abd600;
}
.blush-hour {
color: #ff7092;
}
.gloomy-purple {
color: #8d5ce0;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--eternal-summer:#f5e900;
--king-lime:#abd600;
--blush-hour:#ff7092;
--gloomy-purple:#8d5ce0;
--carmine:#d60032;
}