Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.aged-moustache-grey {
color: #7d7d7d;
}
.turquoise-tower {
color: #a8e6cf;
}
.pretty-petunia {
color: #d8b3e6;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--aged-moustache-grey:#7d7d7d;
--turquoise-tower:#a8e6cf;
--pretty-petunia:#d8b3e6;
}