Color names in this palette
CSS code for this palette
/* CSS */
.rice-wine {
color: #f5e8c7;
}
.marshmallow-mist {
color: #e0cda9;
}
.bruin-spice {
color: #d3b99c;
}
.medallion {
color: #c3a479;
}
.pesto-di-noce {
color: #b39c65;
}
/* CSS Variables */
:root {
--rice-wine:#f5e8c7;
--marshmallow-mist:#e0cda9;
--bruin-spice:#d3b99c;
--medallion:#c3a479;
--pesto-di-noce:#b39c65;
}