Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.sargasso-sea {
color: #3b4a68;
}
.quantum-blue {
color: #6c7a9d;
}
.charted {
color: #b3cde0;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--sargasso-sea:#3b4a68;
--quantum-blue:#6c7a9d;
--charted:#b3cde0;
--creamy-sweet-corn:#f9c54e;
}