Color names in this palette
CSS code for this palette
/* CSS */
.royal-star {
color: #f9df4e;
}
.sandy {
color: #f3d97c;
}
.golden-glam {
color: #f1b941;
}
.clarified-butter {
color: #e8a126;
}
.leopard {
color: #d69a00;
}
/* CSS Variables */
:root {
--royal-star:#f9df4e;
--sandy:#f3d97c;
--golden-glam:#f1b941;
--clarified-butter:#e8a126;
--leopard:#d69a00;
}