Color names in this palette
CSS code for this palette
/* CSS */
.seasonal-beige {
color: #e9b79f;
}
.lei-flower {
color: #d97d68;
}
.sweet-cherry {
color: #a04b4c;
}
.root-chakra {
color: #c6393e;
}
.deep-dairei-red {
color: #7e2025;
}
/* CSS Variables */
:root {
--seasonal-beige:#e9b79f;
--lei-flower:#d97d68;
--sweet-cherry:#a04b4c;
--root-chakra:#c6393e;
--deep-dairei-red:#7e2025;
}