Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.rhubarb-smoothie {
color: #8c4a4a;
}
.copper-penny {
color: #b06d6d;
}
.plum-blossom {
color: #f0a3a3;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--rhubarb-smoothie:#8c4a4a;
--copper-penny:#b06d6d;
--plum-blossom:#f0a3a3;
}