Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1a2b3d;
}
.celestial-blue {
color: #2f4d6a;
}
.wave-jumper {
color: #6c8f9d;
}
.coral-green {
color: #aee0cf;
}
.child-of-light {
color: #f2f5f8;
}
/* CSS Variables */
:root {
--yankees-blue:#1a2b3d;
--celestial-blue:#2f4d6a;
--wave-jumper:#6c8f9d;
--coral-green:#aee0cf;
--child-of-light:#f2f5f8;
}