Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #5c3f8d;
}
.christalle {
color: #3c1e5c;
}
.paris-pink {
color: #da6c8d;
}
.egyptian-gold {
color: #f2a94a;
}
.blue-tint {
color: #a0d9d4;
}
/* CSS Variables */
:root {
--daisy-bush:#5c3f8d;
--christalle:#3c1e5c;
--paris-pink:#da6c8d;
--egyptian-gold:#f2a94a;
--blue-tint:#a0d9d4;
}