Color names in this palette
CSS code for this palette
/* CSS */
.honey-butter {
color: #f8d39b;
}
.adventure-orange {
color: #f3a468;
}
.track-and-field {
color: #d66a4c;
}
.somber-roses {
color: #b05469;
}
.lords-of-the-night {
color: #6a3f88;
}
/* CSS Variables */
:root {
--honey-butter:#f8d39b;
--adventure-orange:#f3a468;
--track-and-field:#d66a4c;
--somber-roses:#b05469;
--lords-of-the-night:#6a3f88;
}