Color names in this palette
CSS code for this palette
/* CSS */
.velvet-vortex {
color: #5a0b75;
}
.wild-aster {
color: #a42d84;
}
.camellia-pink {
color: #d06c9e;
}
.rainbow {
color: #f5bcbc;
}
.the-first-daffodil {
color: #ffee8f;
}
/* CSS Variables */
:root {
--velvet-vortex:#5a0b75;
--wild-aster:#a42d84;
--camellia-pink:#d06c9e;
--rainbow:#f5bcbc;
--the-first-daffodil:#ffee8f;
}