Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f8b4d5;
}
.hanami-pink {
color: #f5b2e3;
}
.chateau-rose {
color: #d9a1d0;
}
.mauve-mist {
color: #c49bd4;
}
.soft-purple {
color: #a66db0;
}
/* CSS Variables */
:root {
--lavender-candy:#f8b4d5;
--hanami-pink:#f5b2e3;
--chateau-rose:#d9a1d0;
--mauve-mist:#c49bd4;
--soft-purple:#a66db0;
}