Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.goldenrod-yellow {
color: #ffcd8f;
}
.fresh-yellow {
color: #f9e190;
}
.dingy-sticky-note {
color: #e2f7a6;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--goldenrod-yellow:#ffcd8f;
--fresh-yellow:#f9e190;
--dingy-sticky-note:#e2f7a6;
}