Color names in this palette
CSS code for this palette
/* CSS */
.pale-grape {
color: #c0a2c8;
}
.chakra {
color: #8f5f91;
}
.berry-light {
color: #6f3e68;
}
.intrigue-red {
color: #af464b;
}
.first-date {
color: #f4b19f;
}
/* CSS Variables */
:root {
--pale-grape:#c0a2c8;
--chakra:#8f5f91;
--berry-light:#6f3e68;
--intrigue-red:#af464b;
--first-date:#f4b19f;
}