Color names in this palette
CSS code for this palette
/* CSS */
.ballet-white {
color: #f2e7d9;
}
.pure-beige {
color: #e7d0c5;
}
.pink-sand {
color: #dfaf9a;
}
.shiracha-brown {
color: #c58f6d;
}
.hazel {
color: #a36c4d;
}
/* CSS Variables */
:root {
--ballet-white:#f2e7d9;
--pure-beige:#e7d0c5;
--pink-sand:#dfaf9a;
--shiracha-brown:#c58f6d;
--hazel:#a36c4d;
}