Color names in this palette
CSS code for this palette
/* CSS */
.cyclamen-red {
color: #a65e8d;
}
.sweet-lilac {
color: #e6b7cf;
}
.ginger-peach {
color: #f9d29f;
}
.cumquat-cream {
color: #f39e7c;
}
.ornery-tangerine {
color: #f47b25;
}
/* CSS Variables */
:root {
--cyclamen-red:#a65e8d;
--sweet-lilac:#e6b7cf;
--ginger-peach:#f9d29f;
--cumquat-cream:#f39e7c;
--ornery-tangerine:#f47b25;
}