Color names in this palette
CSS code for this palette
/* CSS */
.hot-butter {
color: #e0a100;
}
.sport-yellow {
color: #f1d579;
}
.bone-white {
color: #f1e1b1;
}
.blue-bows {
color: #a5c1d5;
}
.pale-flower {
color: #6b8cae;
}
/* CSS Variables */
:root {
--hot-butter:#e0a100;
--sport-yellow:#f1d579;
--bone-white:#f1e1b1;
--blue-bows:#a5c1d5;
--pale-flower:#6b8cae;
}