Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.ballerina-tears {
color: #f5b8b2;
}
.vibrant {
color: #ffd54d;
}
.fondue-fudge {
color: #6c4c41;
}
.frosty-soft-blue {
color: #b3dfdc;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--ballerina-tears:#f5b8b2;
--vibrant:#ffd54d;
--fondue-fudge:#6c4c41;
--frosty-soft-blue:#b3dfdc;
}