Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.forsythia-blossom {
color: #f9d66c;
}
.no-gmb-yellow {
color: #f9e78b;
}
.banan-appeal {
color: #f9f1a4;
}
.fine-linen {
color: #f9f9c3;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--forsythia-blossom:#f9d66c;
--no-gmb-yellow:#f9e78b;
--banan-appeal:#f9f1a4;
--fine-linen:#f9f9c3;
}