Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.creamy-sweet-corn {
color: #f7c250;
}
.honey-bees {
color: #f9d380;
}
.lemon-ice-yellow {
color: #f5e3a8;
}
.bussell-lace {
color: #e7a5a2;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--creamy-sweet-corn:#f7c250;
--honey-bees:#f9d380;
--lemon-ice-yellow:#f5e3a8;
--bussell-lace:#e7a5a2;
}