Color names in this palette
CSS code for this palette
/* CSS */
.kangaroo {
color: #c5c3af;
}
.stellar-blue {
color: #a0b2cf;
}
.coelin-blue {
color: #497b97;
}
.blue-bayberry {
color: #2e5160;
}
.oceanic-noir {
color: #1d2b35;
}
/* CSS Variables */
:root {
--kangaroo:#c5c3af;
--stellar-blue:#a0b2cf;
--coelin-blue:#497b97;
--blue-bayberry:#2e5160;
--oceanic-noir:#1d2b35;
}