Color names in this palette
CSS code for this palette
/* CSS */
.cono-de-vainilla {
color: #f0dab7;
}
.fresh-peaches {
color: #f5b68a;
}
.solar-power {
color: #f3b539;
}
.aurora-orange {
color: #ea6c3e;
}
.autumn-robin {
color: #c54a2b;
}
/* CSS Variables */
:root {
--cono-de-vainilla:#f0dab7;
--fresh-peaches:#f5b68a;
--solar-power:#f3b539;
--aurora-orange:#ea6c3e;
--autumn-robin:#c54a2b;
}