Color names in this palette
CSS code for this palette
/* CSS */
.cyber-grape {
color: #5c3f7d;
}
.radiant-orchid {
color: #a95ba0;
}
.sweet-perfume {
color: #d69ebb;
}
.sparkling-pink {
color: #f4c8e5;
}
.gentle-glow {
color: #f7e5bb;
}
/* CSS Variables */
:root {
--cyber-grape:#5c3f7d;
--radiant-orchid:#a95ba0;
--sweet-perfume:#d69ebb;
--sparkling-pink:#f4c8e5;
--gentle-glow:#f7e5bb;
}