Color names in this palette
CSS code for this palette
/* CSS */
.sparkle-glow {
color: #f6d2b6;
}
.monarch-orange {
color: #f2a269;
}
.cinnamon-stone {
color: #c75938;
}
.rumba-red {
color: #8b2d3d;
}
.wine-country {
color: #5c1f35;
}
/* CSS Variables */
:root {
--sparkle-glow:#f6d2b6;
--monarch-orange:#f2a269;
--cinnamon-stone:#c75938;
--rumba-red:#8b2d3d;
--wine-country:#5c1f35;
}