Color names in this palette
CSS code for this palette
/* CSS */
.cadmium-violet {
color: #8a3b9b;
}
.pale-purple {
color: #b48cd4;
}
.candy-dreams {
color: #e7b6f7;
}
.lime-time {
color: #f0e738;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--cadmium-violet:#8a3b9b;
--pale-purple:#b48cd4;
--candy-dreams:#e7b6f7;
--lime-time:#f0e738;
--chrome-yellow:#faa700;
}