Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.dark-souls {
color: #a3a3a3;
}
.bleached-silk {
color: #f2f2f2;
}
.deep-amethyst {
color: #5c2d8b;
}
.flaming-cherry {
color: #d41c28;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--dark-souls:#a3a3a3;
--bleached-silk:#f2f2f2;
--deep-amethyst:#5c2d8b;
--flaming-cherry:#d41c28;
}