Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f6a2c8;
}
.sweet-lilac {
color: #eab8d1;
}
.venetian-rose {
color: #f1c6e0;
}
.khaki-core {
color: #f9e3ae;
}
.deep-fried {
color: #f2b054;
}
/* CSS Variables */
:root {
--rose-mallow:#f6a2c8;
--sweet-lilac:#eab8d1;
--venetian-rose:#f1c6e0;
--khaki-core:#f9e3ae;
--deep-fried:#f2b054;
}