Color names in this palette
CSS code for this palette
/* CSS */
.chromaphobic-black {
color: #292a28;
}
.still-water {
color: #495c5f;
}
.mossleaf {
color: #8d9b8c;
}
.almond-butter {
color: #d8c5a6;
}
.snow-white-blush {
color: #f9b2a9;
}
/* CSS Variables */
:root {
--chromaphobic-black:#292a28;
--still-water:#495c5f;
--mossleaf:#8d9b8c;
--almond-butter:#d8c5a6;
--snow-white-blush:#f9b2a9;
}