Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.hard-candy {
color: #ffb8ba;
}
.yellow-chalk {
color: #f4f9a9;
}
.eternal-summer {
color: #f5e900;
}
.yellow-green-shade {
color: #c4e17f;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--hard-candy:#ffb8ba;
--yellow-chalk:#f4f9a9;
--eternal-summer:#f5e900;
--yellow-green-shade:#c4e17f;
}