Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #4d7f9d;
}
.explorer-blue {
color: #5ea4b5;
}
.pearl-bay {
color: #7dc7ca;
}
.spinnaker {
color: #a3e0e0;
}
.milky-way {
color: #e8f6f7;
}
/* CSS Variables */
:root {
--storm-blue:#4d7f9d;
--explorer-blue:#5ea4b5;
--pearl-bay:#7dc7ca;
--spinnaker:#a3e0e0;
--milky-way:#e8f6f7;
}