Color names in this palette
CSS code for this palette
/* CSS */
.mary-s-rose {
color: #f4d3d2;
}
.jaguar-rose {
color: #f2b1b4;
}
.perennial-phlox {
color: #e9a5a9;
}
.pink-pussycat {
color: #d89d9f;
}
.impatient-heart {
color: #c67b7d;
}
/* CSS Variables */
:root {
--mary-s-rose:#f4d3d2;
--jaguar-rose:#f2b1b4;
--perennial-phlox:#e9a5a9;
--pink-pussycat:#d89d9f;
--impatient-heart:#c67b7d;
}