Color names in this palette
CSS code for this palette
/* CSS */
.glass-of-milk {
color: #fdf3dd;
}
.soft-pillow {
color: #fef5e7;
}
.glamour-white {
color: #fefbec;
}
.abalone {
color: #fbf4f6;
}
.placebo-red {
color: #fceae9;
}
/* CSS Variables */
:root {
--glass-of-milk:#fdf3dd;
--soft-pillow:#fef5e7;
--glamour-white:#fefbec;
--abalone:#fbf4f6;
--placebo-red:#fceae9;
}