Color names in this palette
CSS code for this palette
/* CSS */
.light-violet {
color: #d4b1f6;
}
.aged-purple {
color: #a34d9f;
}
.minsk {
color: #3c2a6a;
}
.little-sun-dress {
color: #f6c960;
}
.salmon-pok-bowl {
color: #f17b79;
}
/* CSS Variables */
:root {
--light-violet:#d4b1f6;
--aged-purple:#a34d9f;
--minsk:#3c2a6a;
--little-sun-dress:#f6c960;
--salmon-pok-bowl:#f17b79;
}