Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a8d8e1;
}
.first-date {
color: #f4b69f;
}
.golden-glow {
color: #f9d57b;
}
.lemon-dream {
color: #f0a400;
}
.cherry-pink {
color: #c65d79;
}
/* CSS Variables */
:root {
--winsome-hue:#a8d8e1;
--first-date:#f4b69f;
--golden-glow:#f9d57b;
--lemon-dream:#f0a400;
--cherry-pink:#c65d79;
}