Color names in this palette
CSS code for this palette
/* CSS */
.pink-nudity {
color: #d7c5b7;
}
.onion-white {
color: #e3d2c4;
}
.uptown-taupe {
color: #f0e4d6;
}
.camel-coat {
color: #c6b29a;
}
.smokey-topaz {
color: #a47b5b;
}
/* CSS Variables */
:root {
--pink-nudity:#d7c5b7;
--onion-white:#e3d2c4;
--uptown-taupe:#f0e4d6;
--camel-coat:#c6b29a;
--smokey-topaz:#a47b5b;
}