Color names in this palette
CSS code for this palette
/* CSS */
.pygmy-goat {
color: #d7d0d0;
}
.sombrero {
color: #b59c8c;
}
.sizzling-hot {
color: #a46d56;
}
.s-denkaracha-brown {
color: #994f3d;
}
.strong-envy {
color: #792d2a;
}
/* CSS Variables */
:root {
--pygmy-goat:#d7d0d0;
--sombrero:#b59c8c;
--sizzling-hot:#a46d56;
--s-denkaracha-brown:#994f3d;
--strong-envy:#792d2a;
}