Color names in this palette
CSS code for this palette
/* CSS */
.sweet-lilac {
color: #e9b9d0;
}
.rose-mallow {
color: #f1a7c7;
}
.hanami-pink {
color: #f1b1e2;
}
.vespa-yellow {
color: #f4d29f;
}
.bluette {
color: #9fc1d6;
}
/* CSS Variables */
:root {
--sweet-lilac:#e9b9d0;
--rose-mallow:#f1a7c7;
--hanami-pink:#f1b1e2;
--vespa-yellow:#f4d29f;
--bluette:#9fc1d6;
}