Color names in this palette
CSS code for this palette
/* CSS */
.spa-sangria {
color: #d9caa5;
}
.sand-pearl {
color: #e6d6b7;
}
.paper-lantern {
color: #f2e1c4;
}
.compatible-cream {
color: #e7c79c;
}
.afghan-sand {
color: #d2a85b;
}
/* CSS Variables */
:root {
--spa-sangria:#d9caa5;
--sand-pearl:#e6d6b7;
--paper-lantern:#f2e1c4;
--compatible-cream:#e7c79c;
--afghan-sand:#d2a85b;
}