Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f1a7c5;
}
.sullivan-s-heart {
color: #f6c6cf;
}
.royal-wedding {
color: #fce3e6;
}
.aria-ivory {
color: #f9e8d7;
}
.peach-temptation {
color: #f4c3b3;
}
/* CSS Variables */
:root {
--rose-mallow:#f1a7c5;
--sullivan-s-heart:#f6c6cf;
--royal-wedding:#fce3e6;
--aria-ivory:#f9e8d7;
--peach-temptation:#f4c3b3;
}