Color names in this palette
CSS code for this palette
/* CSS */
.sunshade {
color: #f69e4c;
}
.forsythia-blossom {
color: #f3d66d;
}
.new-yellow {
color: #e9c149;
}
.track-and-field {
color: #d66a4c;
}
.hot-sauce {
color: #a8503e;
}
/* CSS Variables */
:root {
--sunshade:#f69e4c;
--forsythia-blossom:#f3d66d;
--new-yellow:#e9c149;
--track-and-field:#d66a4c;
--hot-sauce:#a8503e;
}