Color names in this palette
CSS code for this palette
/* CSS */
.sooty {
color: #141414;
}
.kuro-green {
color: #1e291e;
}
.centennial-rose {
color: #b5a6a6;
}
.wishy-washy-brown {
color: #d2c1c1;
}
.salon-rose {
color: #a87a7a;
}
/* CSS Variables */
:root {
--sooty:#141414;
--kuro-green:#1e291e;
--centennial-rose:#b5a6a6;
--wishy-washy-brown:#d2c1c1;
--salon-rose:#a87a7a;
}