Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a203d;
}
.blue-fantastic {
color: #2e3b4d;
}
.english-channel {
color: #4e6373;
}
.beau-monde {
color: #7bb2a3;
}
.ode-to-green {
color: #b9e4d9;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a203d;
--blue-fantastic:#2e3b4d;
--english-channel:#4e6373;
--beau-monde:#7bb2a3;
--ode-to-green:#b9e4d9;
}