Color names in this palette
CSS code for this palette
/* CSS */
.sailor-s-bay {
color: #4a718c;
}
.spirit-mountain {
color: #6a8c9a;
}
.powder-mill {
color: #9cb4b2;
}
.rivers-edge {
color: #b0d8d6;
}
.air-of-mint {
color: #d8f3f0;
}
/* CSS Variables */
:root {
--sailor-s-bay:#4a718c;
--spirit-mountain:#6a8c9a;
--powder-mill:#9cb4b2;
--rivers-edge:#b0d8d6;
--air-of-mint:#d8f3f0;
}