Color names in this palette
CSS code for this palette
/* CSS */
.energy-yellow {
color: #f6d851;
}
.maximum-yellow-red {
color: #f0ba4c;
}
.spicy-paella {
color: #f2903a;
}
.untamed-orange {
color: #e1572d;
}
.tomato-puree {
color: #d1334e;
}
/* CSS Variables */
:root {
--energy-yellow:#f6d851;
--maximum-yellow-red:#f0ba4c;
--spicy-paella:#f2903a;
--untamed-orange:#e1572d;
--tomato-puree:#d1334e;
}