Color names in this palette
CSS code for this palette
/* CSS */
.uptown-taupe {
color: #f0e3d6;
}
.sandshell {
color: #d6c9b8;
}
.heavenly-cocoa {
color: #c0a69b;
}
.plum-blossom-dye {
color: #b58a78;
}
.wizard-time {
color: #6d4a63;
}
/* CSS Variables */
:root {
--uptown-taupe:#f0e3d6;
--sandshell:#d6c9b8;
--heavenly-cocoa:#c0a69b;
--plum-blossom-dye:#b58a78;
--wizard-time:#6d4a63;
}