Color names in this palette
CSS code for this palette
/* CSS */
.golden-mary {
color: #f6bb3c;
}
.wake-me-up {
color: #f5d75b;
}
.lazy-daisy {
color: #f6e9a2;
}
.sandy-brown {
color: #f3a15e;
}
.hotter-butter {
color: #e68a00;
}
/* CSS Variables */
:root {
--golden-mary:#f6bb3c;
--wake-me-up:#f5d75b;
--lazy-daisy:#f6e9a2;
--sandy-brown:#f3a15e;
--hotter-butter:#e68a00;
}