Color names in this palette
CSS code for this palette
/* CSS */
.regalia {
color: #4c2e7f;
}
.heath-spotted-orchid {
color: #9a5b9a;
}
.favorite-lavender {
color: #d2a2d2;
}
.sport-yellow {
color: #f1d579;
}
.akak-red {
color: #f07e5c;
}
/* CSS Variables */
:root {
--regalia:#4c2e7f;
--heath-spotted-orchid:#9a5b9a;
--favorite-lavender:#d2a2d2;
--sport-yellow:#f1d579;
--akak-red:#f07e5c;
}