Color names in this palette
CSS code for this palette
/* CSS */
.blushed-cotton {
color: #f0dfd1;
}
.sandy-toes {
color: #c7b7a3;
}
.dry-sage {
color: #8b8b79;
}
.kelp {
color: #4e4e3b;
}
.chromaphobic-black {
color: #292929;
}
/* CSS Variables */
:root {
--blushed-cotton:#f0dfd1;
--sandy-toes:#c7b7a3;
--dry-sage:#8b8b79;
--kelp:#4e4e3b;
--chromaphobic-black:#292929;
}