Color names in this palette
CSS code for this palette
/* CSS */
.fairy-tale-blue {
color: #409bbf;
}
.watercourse {
color: #5ec6d4;
}
.glisten-yellow {
color: #f7e8ab;
}
.cheater {
color: #f2b05a;
}
.salsa-sizzle {
color: #e87a3b;
}
/* CSS Variables */
:root {
--fairy-tale-blue:#409bbf;
--watercourse:#5ec6d4;
--glisten-yellow:#f7e8ab;
--cheater:#f2b05a;
--salsa-sizzle:#e87a3b;
}