Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a9d8e0;
}
.ballerina-tears {
color: #f0bab2;
}
.love-at-first-sight {
color: #e6a7b3;
}
.neighborly-peach {
color: #f6c2a2;
}
.sun-dust {
color: #f5e0a3;
}
/* CSS Variables */
:root {
--winsome-hue:#a9d8e0;
--ballerina-tears:#f0bab2;
--love-at-first-sight:#e6a7b3;
--neighborly-peach:#f6c2a2;
--sun-dust:#f5e0a3;
}