Color names in this palette
CSS code for this palette
/* CSS */
.xanthous {
color: #f2b831;
}
.enjoyable-yellow {
color: #f6d6a7;
}
.noodles {
color: #f9e3b4;
}
.easy-on-the-eyes {
color: #f9eab4;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--xanthous:#f2b831;
--enjoyable-yellow:#f6d6a7;
--noodles:#f9e3b4;
--easy-on-the-eyes:#f9eab4;
--grapefruit-pulp:#ff6e61;
}