Color names in this palette
CSS code for this palette
/* CSS */
.woven-raffia {
color: #f2dfc0;
}
.warming-peach {
color: #e6b9a2;
}
.soft-sienna {
color: #d19c8f;
}
.watermelon-crush {
color: #c26b6b;
}
.regal-red {
color: #9c4949;
}
/* CSS Variables */
:root {
--woven-raffia:#f2dfc0;
--warming-peach:#e6b9a2;
--soft-sienna:#d19c8f;
--watermelon-crush:#c26b6b;
--regal-red:#9c4949;
}