Color names in this palette
CSS code for this palette
/* CSS */
.anna-banana {
color: #f7d74b;
}
.fresh-yellow {
color: #f8e091;
}
.easy-on-the-eyes {
color: #f9eab4;
}
.high-honey {
color: #e0b64d;
}
.pitmaston-pear-yellow {
color: #cda82d;
}
/* CSS Variables */
:root {
--anna-banana:#f7d74b;
--fresh-yellow:#f8e091;
--easy-on-the-eyes:#f9eab4;
--high-honey:#e0b64d;
--pitmaston-pear-yellow:#cda82d;
}