Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5f8c;
}
.winter-lake {
color: #6c8c9d;
}
.frozen-tundra {
color: #a1c2c9;
}
.posy {
color: #f3e0d3;
}
.shrimp-toast {
color: #f7c6a1;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5f8c;
--winter-lake:#6c8c9d;
--frozen-tundra:#a1c2c9;
--posy:#f3e0d3;
--shrimp-toast:#f7c6a1;
}