Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.fairy-sparkles {
color: #b4e5f9;
}
.cotton-ball {
color: #f3fafc;
}
.lime-lizard {
color: #a3d55d;
}
.chanterelles {
color: #ffc96b;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--fairy-sparkles:#b4e5f9;
--cotton-ball:#f3fafc;
--lime-lizard:#a3d55d;
--chanterelles:#ffc96b;
}