Color names in this palette
CSS code for this palette
/* CSS */
.t-natiuh-red {
color: #d03e5b;
}
.opulent-orange {
color: #f0693d;
}
.flare {
color: #fbae50;
}
.paris-daisy {
color: #f9e74e;
}
.young-green-onion {
color: #a4da4e;
}
/* CSS Variables */
:root {
--t-natiuh-red:#d03e5b;
--opulent-orange:#f0693d;
--flare:#fbae50;
--paris-daisy:#f9e74e;
--young-green-onion:#a4da4e;
}