Color names in this palette
CSS code for this palette
/* CSS */
.bismarck {
color: #4a6c7d;
}
.dolphin-blue {
color: #7a9ba8;
}
.ovation {
color: #9eb2b7;
}
.icy-waterfall {
color: #c1d2d1;
}
.winter-day {
color: #e2e7e9;
}
/* CSS Variables */
:root {
--bismarck:#4a6c7d;
--dolphin-blue:#7a9ba8;
--ovation:#9eb2b7;
--icy-waterfall:#c1d2d1;
--winter-day:#e2e7e9;
}