Color names in this palette
CSS code for this palette
/* CSS */
.lilikoi {
color: #e0c200;
}
.adonis-rose-yellow {
color: #f0c24c;
}
.milky-maize {
color: #f6d9a2;
}
.first-date {
color: #f3b6a0;
}
.hot-shot {
color: #e94e2b;
}
/* CSS Variables */
:root {
--lilikoi:#e0c200;
--adonis-rose-yellow:#f0c24c;
--milky-maize:#f6d9a2;
--first-date:#f3b6a0;
--hot-shot:#e94e2b;
}