Color names in this palette
CSS code for this palette
/* CSS */
.violet-indigo {
color: #4c2f6a;
}
.cyclamen-red {
color: #a95b8c;
}
.glamour {
color: #d89dac;
}
.citrus-sachet {
color: #f1c6a7;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--violet-indigo:#4c2f6a;
--cyclamen-red:#a95b8c;
--glamour:#d89dac;
--citrus-sachet:#f1c6a7;
--grapefruit-pulp:#ff6e61;
}