Color names in this palette
CSS code for this palette
/* CSS */
.blues {
color: #2a699d;
}
.blue-martini {
color: #50b2d3;
}
.sun-dust {
color: #f5e0a3;
}
.strawberry-avalanche {
color: #f24a3a;
}
.cadmium-violet {
color: #8a3d94;
}
/* CSS Variables */
:root {
--blues:#2a699d;
--blue-martini:#50b2d3;
--sun-dust:#f5e0a3;
--strawberry-avalanche:#f24a3a;
--cadmium-violet:#8a3d94;
}