Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1b4d74;
}
.wipeout {
color: #3b8097;
}
.squeaky {
color: #6dc5d5;
}
.everest {
color: #a2e6e2;
}
.distant-horizon {
color: #f1f8f9;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1b4d74;
--wipeout:#3b8097;
--squeaky:#6dc5d5;
--everest:#a2e6e2;
--distant-horizon:#f1f8f9;
}