Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a9d8e0;
}
.bay {
color: #b2e0d3;
}
.optimistic-yellow {
color: #f4e1a4;
}
.ginger-peach {
color: #f9d39f;
}
.maximum-yellow-red {
color: #f1b74b;
}
/* CSS Variables */
:root {
--winsome-hue:#a9d8e0;
--bay:#b2e0d3;
--optimistic-yellow:#f4e1a4;
--ginger-peach:#f9d39f;
--maximum-yellow-red:#f1b74b;
}