Color names in this palette
CSS code for this palette
/* CSS */
.lucid-dream {
color: #5b2d8f;
}
.soft-purple {
color: #a16fbe;
}
.romantic-morning {
color: #e1b7e0;
}
.applesauce {
color: #f5d999;
}
.precious-pink {
color: #f9b4b4;
}
/* CSS Variables */
:root {
--lucid-dream:#5b2d8f;
--soft-purple:#a16fbe;
--romantic-morning:#e1b7e0;
--applesauce:#f5d999;
--precious-pink:#f9b4b4;
}