Color names in this palette
CSS code for this palette
/* CSS */
.optimistic-yellow {
color: #f6e0a7;
}
.golden-glam {
color: #f4b943;
}
.hot-orange {
color: #f58d3d;
}
.basketball {
color: #f26b31;
}
.red-clown {
color: #d53f34;
}
/* CSS Variables */
:root {
--optimistic-yellow:#f6e0a7;
--golden-glam:#f4b943;
--hot-orange:#f58d3d;
--basketball:#f26b31;
--red-clown:#d53f34;
}