Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff9d8a;
}
.isn-t-it-just-peachy {
color: #ffb47a;
}
.honey-glaze {
color: #ffda75;
}
.sunny {
color: #f3f97b;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff9d8a;
--isn-t-it-just-peachy:#ffb47a;
--honey-glaze:#ffda75;
--sunny:#f3f97b;
}