Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.goldenrod-yellow {
color: #ffcd8f;
}
.turquoise-tower {
color: #a8e6cf;
}
.lavender-water {
color: #d5c7e0;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--goldenrod-yellow:#ffcd8f;
--turquoise-tower:#a8e6cf;
--lavender-water:#d5c7e0;
}