Color names in this palette
CSS code for this palette
/* CSS */
.coarse-wool {
color: #161927;
}
.navy-blazer {
color: #2c2e3f;
}
.harbour {
color: #4a5768;
}
.bluesy-note {
color: #7e9bb9;
}
.light-sea-cliff {
color: #b7d4e6;
}
/* CSS Variables */
:root {
--coarse-wool:#161927;
--navy-blazer:#2c2e3f;
--harbour:#4a5768;
--bluesy-note:#7e9bb9;
--light-sea-cliff:#b7d4e6;
}