All Palettes

Color Palette #2f8bc1, #54b4d4, #8fdcd9, #f3e57c, #f1a15b

0%
0%
0%

CSS code for this palette

/* CSS */
.christmas-blue {
color: #2f8bc1;
}
.blue-martini {
color: #54b4d4;
}
.limpet-shell {
color: #8fdcd9;
}
.spring-yellow {
color: #f3e57c;
}
.doughnut {
color: #f1a15b;
}

/* CSS Variables */
:root {
--christmas-blue:#2f8bc1;
--blue-martini:#54b4d4;
--limpet-shell:#8fdcd9;
--spring-yellow:#f3e57c;
--doughnut:#f1a15b;
}

More palettes to explore