Color names in this palette
CSS code for this palette
/* CSS */
.daisy-bush {
color: #603d8a;
}
.soft-purple {
color: #a16fbe;
}
.bright-ube {
color: #d2a1e3;
}
.light-pink-tone {
color: #f9d7d9;
}
.apricot-haze {
color: #fbacac;
}
/* CSS Variables */
:root {
--daisy-bush:#603d8a;
--soft-purple:#a16fbe;
--bright-ube:#d2a1e3;
--light-pink-tone:#f9d7d9;
--apricot-haze:#fbacac;
}