Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #bce5fb;
}
.drift-on-the-sea {
color: #87d0f8;
}
.sail-away {
color: #4cb2e1;
}
.newport-blue {
color: #1e89c8;
}
.pontoon {
color: #0b5c8e;
}
/* CSS Variables */
:root {
--dithered-sky:#bce5fb;
--drift-on-the-sea:#87d0f8;
--sail-away:#4cb2e1;
--newport-blue:#1e89c8;
--pontoon:#0b5c8e;
}