Color names in this palette
CSS code for this palette
/* CSS */
.night-sky {
color: #292c33;
}
.cavalry {
color: #3f4c5a;
}
.sheffield-grey {
color: #6b7480;
}
.english-hollyhock {
color: #b5c8d4;
}
.lunette {
color: #d2c7c6;
}
/* CSS Variables */
:root {
--night-sky:#292c33;
--cavalry:#3f4c5a;
--sheffield-grey:#6b7480;
--english-hollyhock:#b5c8d4;
--lunette:#d2c7c6;
}