Color names in this palette
CSS code for this palette
/* CSS */
.plastic-carrot {
color: #f65f23;
}
.iron-orange {
color: #e96a1c;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.radiant-sun {
color: #f3ca4f;
}
.thyme-and-salt {
color: #5b9f2d;
}
/* CSS Variables */
:root {
--plastic-carrot:#f65f23;
--iron-orange:#e96a1c;
--gemini-mustard-momento:#f9a34e;
--radiant-sun:#f3ca4f;
--thyme-and-salt:#5b9f2d;
}