Color names in this palette
CSS code for this palette
/* CSS */
.ambassador-blue {
color: #0a2b5c;
}
.dancing-sea {
color: #1e4b8f;
}
.celestial-plum {
color: #3c79c3;
}
.sky-high {
color: #a2c2e6;
}
.weathered-blue {
color: #d2e2f9;
}
/* CSS Variables */
:root {
--ambassador-blue:#0a2b5c;
--dancing-sea:#1e4b8f;
--celestial-plum:#3c79c3;
--sky-high:#a2c2e6;
--weathered-blue:#d2e2f9;
}