Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.happy-hearts {
color: #d95e62;
}
.mexicali-rose {
color: #e69e98;
}
.budding-peach {
color: #f3d4bf;
}
.hush-pink {
color: #f8e9e2;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--happy-hearts:#d95e62;
--mexicali-rose:#e69e98;
--budding-peach:#f3d4bf;
--hush-pink:#f8e9e2;
}