Color names in this palette
CSS code for this palette
/* CSS */
.sweet-honey {
color: #d1a65c;
}
.golden-glam {
color: #f1b941;
}
.maybe-maui {
color: #f7d58d;
}
.snug-yellow {
color: #ffdb80;
}
.cape-jasmine {
color: #ffb85c;
}
/* CSS Variables */
:root {
--sweet-honey:#d1a65c;
--golden-glam:#f1b941;
--maybe-maui:#f7d58d;
--snug-yellow:#ffdb80;
--cape-jasmine:#ffb85c;
}