Color names in this palette
CSS code for this palette
/* CSS */
.tan-temptation {
color: #f0c09e;
}
.cumquat-cream {
color: #f09f7f;
}
.akak-red {
color: #f08060;
}
.pimento {
color: #e05c4d;
}
.top-tomato {
color: #d1443d;
}
/* CSS Variables */
:root {
--tan-temptation:#f0c09e;
--cumquat-cream:#f09f7f;
--akak-red:#f08060;
--pimento:#e05c4d;
--top-tomato:#d1443d;
}