Color names in this palette
CSS code for this palette
/* CSS */
.black-howl {
color: #1a1e2d;
}
.naval-blue {
color: #3a4a69;
}
.wave-jumper {
color: #6c8f9d;
}
.scandinavian-sky {
color: #c4d2d4;
}
.down-feathers {
color: #fefae7;
}
/* CSS Variables */
:root {
--black-howl:#1a1e2d;
--naval-blue:#3a4a69;
--wave-jumper:#6c8f9d;
--scandinavian-sky:#c4d2d4;
--down-feathers:#fefae7;
}