Color names in this palette
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;
}