Color names in this palette
CSS code for this palette
/* CSS */
.cyber-grape {
color: #5c3d7b;
}
.jubilee {
color: #7f5b9a;
}
.lobby-lilac {
color: #a67eb9;
}
.sweet-heart {
color: #e5a9b4;
}
.indian-clay {
color: #f2cfc0;
}
/* CSS Variables */
:root {
--cyber-grape:#5c3d7b;
--jubilee:#7f5b9a;
--lobby-lilac:#a67eb9;
--sweet-heart:#e5a9b4;
--indian-clay:#f2cfc0;
}