Color names in this palette
CSS code for this palette
/* CSS */
.flavescent {
color: #f5e78e;
}
.butterblond {
color: #f1c965;
}
.autumn-orange {
color: #ee9e4f;
}
.track-and-field {
color: #d66a4c;
}
.tulip-red {
color: #b4506c;
}
/* CSS Variables */
:root {
--flavescent:#f5e78e;
--butterblond:#f1c965;
--autumn-orange:#ee9e4f;
--track-and-field:#d66a4c;
--tulip-red:#b4506c;
}