Color names in this palette
CSS code for this palette
/* CSS */
.thalassophile {
color: #45b2e8;
}
.walker-lake {
color: #3c8bb9;
}
.prominent-blue {
color: #2982a8;
}
.oceanic-motion {
color: #1c5b7d;
}
.corsair {
color: #185068;
}
/* CSS Variables */
:root {
--thalassophile:#45b2e8;
--walker-lake:#3c8bb9;
--prominent-blue:#2982a8;
--oceanic-motion:#1c5b7d;
--corsair:#185068;
}