Color names in this palette
CSS code for this palette
/* CSS */
.celestial-blue {
color: #2f4b6a;
}
.blue-antarctic {
color: #4b789b;
}
.airborne {
color: #a1c1d4;
}
.buttercup-yellow {
color: #e3c2a1;
}
.reductant {
color: #e65b5b;
}
/* CSS Variables */
:root {
--celestial-blue:#2f4b6a;
--blue-antarctic:#4b789b;
--airborne:#a1c1d4;
--buttercup-yellow:#e3c2a1;
--reductant:#e65b5b;
}