Color names in this palette
CSS code for this palette
/* CSS */
.sooty {
color: #141414;
}
.palm-green {
color: #1d3a2c;
}
.dusky-violet {
color: #cfbebe;
}
.rose-colored-glasses {
color: #e5c2c2;
}
.floral-tapestry {
color: #c39292;
}
/* CSS Variables */
:root {
--sooty:#141414;
--palm-green:#1d3a2c;
--dusky-violet:#cfbebe;
--rose-colored-glasses:#e5c2c2;
--floral-tapestry:#c39292;
}