Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a7d8e2;
}
.first-date {
color: #f3b6a0;
}
.whipped-peach {
color: #f9cbae;
}
.zinnia-gold {
color: #ffd980;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--winsome-hue:#a7d8e2;
--first-date:#f3b6a0;
--whipped-peach:#f9cbae;
--zinnia-gold:#ffd980;
--welcoming-wasp:#f0a800;
}