Color names in this palette
CSS code for this palette
/* CSS */
.winter-lakes {
color: #6193d1;
}
.windsor-way {
color: #a2c7e7;
}
.neighborly-peach {
color: #f5c2a3;
}
.little-sun-dress {
color: #f7c95e;
}
.citrus-blast {
color: #e07c3e;
}
/* CSS Variables */
:root {
--winter-lakes:#6193d1;
--windsor-way:#a2c7e7;
--neighborly-peach:#f5c2a3;
--little-sun-dress:#f7c95e;
--citrus-blast:#e07c3e;
}