Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.radiant-sun {
color: #f1c950;
}
.australium-gold {
color: #e9b63f;
}
.sanskrit {
color: #e5902e;
}
.obstinate-orange {
color: #d65d29;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--radiant-sun:#f1c950;
--australium-gold:#e9b63f;
--sanskrit:#e5902e;
--obstinate-orange:#d65d29;
}