Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.regale-blue {
color: #7db8d4;
}
.fitness-blue {
color: #58b8d0;
}
.fairy-tale-blue {
color: #3e9abb;
}
.fun-and-games {
color: #2b789c;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--regale-blue:#7db8d4;
--fitness-blue:#58b8d0;
--fairy-tale-blue:#3e9abb;
--fun-and-games:#2b789c;
}