Color names in this palette
CSS code for this palette
/* CSS */
.blue-depths {
color: #293c65;
}
.blue-odyssey {
color: #4a6b96;
}
.cottage-blue {
color: #7a9dc2;
}
.foamy-surf {
color: #b2d6e0;
}
.lynx-white {
color: #f6f8f8;
}
/* CSS Variables */
:root {
--blue-depths:#293c65;
--blue-odyssey:#4a6b96;
--cottage-blue:#7a9dc2;
--foamy-surf:#b2d6e0;
--lynx-white:#f6f8f8;
}