Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1c3d5e;
}
.zenith {
color: #497b9c;
}
.delicate-girl-blue {
color: #69b1c9;
}
.long-island-sound {
color: #90d2f9;
}
.glitter-is-not-gold {
color: #ffdd57;
}
/* CSS Variables */
:root {
--sir-edmund:#1c3d5e;
--zenith:#497b9c;
--delicate-girl-blue:#69b1c9;
--long-island-sound:#90d2f9;
--glitter-is-not-gold:#ffdd57;
}