Color names in this palette
CSS code for this palette
/* CSS */
.winsome-hue {
color: #a6d8e2;
}
.strawberry-yogurt {
color: #e7b1b5;
}
.citrus-sachet {
color: #f1c6a7;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
.samoan-sun {
color: #f9b848;
}
/* CSS Variables */
:root {
--winsome-hue:#a6d8e2;
--strawberry-yogurt:#e7b1b5;
--citrus-sachet:#f1c6a7;
--lemon-ice-yellow:#f7e2a6;
--samoan-sun:#f9b848;
}