Color names in this palette
CSS code for this palette
/* CSS */
.adonis-rose-yellow {
color: #f0c24c;
}
.light-ginger-yellow {
color: #f6d18e;
}
.pani-puri {
color: #f6a855;
}
.teri-gaki-persimmon {
color: #e95e3f;
}
.red-rampage {
color: #ef3b1f;
}
/* CSS Variables */
:root {
--adonis-rose-yellow:#f0c24c;
--light-ginger-yellow:#f6d18e;
--pani-puri:#f6a855;
--teri-gaki-persimmon:#e95e3f;
--red-rampage:#ef3b1f;
}