Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.snow-white-blush {
color: #f9aeae;
}
.first-date {
color: #f7b1a1;
}
.sunset-pink {
color: #f9d7e6;
}
.lavender-soap {
color: #f1c0e8;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--snow-white-blush:#f9aeae;
--first-date:#f7b1a1;
--sunset-pink:#f9d7e6;
--lavender-soap:#f1c0e8;
}