Color names in this palette
CSS code for this palette
/* CSS */
.grim-white {
color: #f8f1f4;
}
.lily-legs {
color: #f1c6d5;
}
.rose-mallow {
color: #f1a7c6;
}
.out-of-fashion {
color: #ef6c8f;
}
.pretty-in-plum {
color: #c85186;
}
/* CSS Variables */
:root {
--grim-white:#f8f1f4;
--lily-legs:#f1c6d5;
--rose-mallow:#f1a7c6;
--out-of-fashion:#ef6c8f;
--pretty-in-plum:#c85186;
}