Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.delicate-brown {
color: #a68c8c;
}
.milkshake-pink {
color: #f2cfd3;
}
.delhi-spice {
color: #a76c6c;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--delicate-brown:#a68c8c;
--milkshake-pink:#f2cfd3;
--delhi-spice:#a76c6c;
}