Color names in this palette
CSS code for this palette
/* CSS */
.storm-blue {
color: #4d7f9d;
}
.explorer-blue {
color: #5ca4b2;
}
.pearl-bay {
color: #7dc7ca;
}
.ice-crystal-blue {
color: #a5e4e0;
}
.distant-horizon {
color: #f1f9f6;
}
/* CSS Variables */
:root {
--storm-blue:#4d7f9d;
--explorer-blue:#5ca4b2;
--pearl-bay:#7dc7ca;
--ice-crystal-blue:#a5e4e0;
--distant-horizon:#f1f9f6;
}