Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.isn-t-it-just-peachy {
color: #ffb47a;
}
.snug-yellow {
color: #ffdb80;
}
.peach-of-mind {
color: #ffe3b3;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--isn-t-it-just-peachy:#ffb47a;
--snug-yellow:#ffdb80;
--peach-of-mind:#ffe3b3;
}