Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.bicycle-yellow {
color: #fde68b;
}
.snow-white-blush {
color: #f9aeae;
}
.first-date {
color: #f6afa2;
}
.pretty-pink-piggy {
color: #f1a7d8;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--bicycle-yellow:#fde68b;
--snow-white-blush:#f9aeae;
--first-date:#f6afa2;
--pretty-pink-piggy:#f1a7d8;
}