Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3b5b8c;
}
.heritage-blue {
color: #4c98b8;
}
.middle-blue {
color: #7ed3e2;
}
.misty-lake {
color: #c3d5c3;
}
.sun-bleached-ochre {
color: #e3a97d;
}
/* CSS Variables */
:root {
--antilles-blue:#3b5b8c;
--heritage-blue:#4c98b8;
--middle-blue:#7ed3e2;
--misty-lake:#c3d5c3;
--sun-bleached-ochre:#e3a97d;
}