Color names in this palette
CSS code for this palette
/* CSS */
.momo-peach {
color: #f57584;
}
.plum-blossom {
color: #f3a1a0;
}
.loveable {
color: #f1c1c5;
}
.bloodthirsty-beige {
color: #fad8d1;
}
.royal-wedding {
color: #fce3e5;
}
/* CSS Variables */
:root {
--momo-peach:#f57584;
--plum-blossom:#f3a1a0;
--loveable:#f1c1c5;
--bloodthirsty-beige:#fad8d1;
--royal-wedding:#fce3e5;
}