Color names in this palette
CSS code for this palette
/* CSS */
.vast-desert {
color: #c3b197;
}
.soba {
color: #d0b49f;
}
.grey-sand {
color: #e7c9b1;
}
.yellow-shimmer {
color: #f8e0c9;
}
.pink-hydrangea {
color: #f9c2b9;
}
/* CSS Variables */
:root {
--vast-desert:#c3b197;
--soba:#d0b49f;
--grey-sand:#e7c9b1;
--yellow-shimmer:#f8e0c9;
--pink-hydrangea:#f9c2b9;
}