Color names in this palette
CSS code for this palette
/* CSS */
.windsor-wine {
color: #5c2e3b;
}
.cosmetic-red {
color: #a45b7d;
}
.gizmo {
color: #d4a1b7;
}
.samantha-s-room {
color: #f3d3e6;
}
.cheddar-corn {
color: #f8d4b4;
}
/* CSS Variables */
:root {
--windsor-wine:#5c2e3b;
--cosmetic-red:#a45b7d;
--gizmo:#d4a1b7;
--samantha-s-room:#f3d3e6;
--cheddar-corn:#f8d4b4;
}