Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a203d;
}
.snap-shot {
color: #2b3d50;
}
.bismarck {
color: #4a697d;
}
.washed-denim {
color: #7f9dbd;
}
.alice-blue {
color: #f0f8ff;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a203d;
--snap-shot:#2b3d50;
--bismarck:#4a697d;
--washed-denim:#7f9dbd;
--alice-blue:#f0f8ff;
}