Color names in this palette
CSS code for this palette
/* CSS */
.camel-coat {
color: #c6b49a;
}
.pink-nudity {
color: #d7c5b7;
}
.plaster-mix {
color: #e9d2a5;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.welcome-walkway {
color: #d2c6a7;
}
/* CSS Variables */
:root {
--camel-coat:#c6b49a;
--pink-nudity:#d7c5b7;
--plaster-mix:#e9d2a5;
--antique-wicker-basket:#f2d2a1;
--welcome-walkway:#d2c6a7;
}