Color names in this palette
CSS code for this palette
/* CSS */
.lilac-grey {
color: #8f8d9a;
}
.kiri-mist {
color: #c7c4d4;
}
.sheer-lavender {
color: #f3e2f1;
}
.prairie-rose {
color: #f2c9c0;
}
.parfait {
color: #caa7a0;
}
/* CSS Variables */
:root {
--lilac-grey:#8f8d9a;
--kiri-mist:#c7c4d4;
--sheer-lavender:#f3e2f1;
--prairie-rose:#f2c9c0;
--parfait:#caa7a0;
}