Color names in this palette
CSS code for this palette
/* CSS */
.honey-wax {
color: #f9a824;
}
.golden-hour {
color: #f5b656;
}
.beacon-yellow {
color: #f1c988;
}
.winsome-hue {
color: #a9d8e0;
}
.heritage-blue {
color: #4e94b7;
}
/* CSS Variables */
:root {
--honey-wax:#f9a824;
--golden-hour:#f5b656;
--beacon-yellow:#f1c988;
--winsome-hue:#a9d8e0;
--heritage-blue:#4e94b7;
}