Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.lemon-filling {
color: #f9e7a4;
}
.calabrese {
color: #f1a8a2;
}
.crazy-pink {
color: #f570a7;
}
.bright-ube {
color: #d4a6e8;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--lemon-filling:#f9e7a4;
--calabrese:#f1a8a2;
--crazy-pink:#f570a7;
--bright-ube:#d4a6e8;
}