Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f5a8c9;
}
.sweet-lilac {
color: #eab8d1;
}
.lily-legs {
color: #f1c6d7;
}
.blushing-sky {
color: #d9b5d8;
}
.fleur-de-lis {
color: #b28bcb;
}
/* CSS Variables */
:root {
--rose-mallow:#f5a8c9;
--sweet-lilac:#eab8d1;
--lily-legs:#f1c6d7;
--blushing-sky:#d9b5d8;
--fleur-de-lis:#b28bcb;
}