Color names in this palette
CSS code for this palette
/* CSS */
.mary-s-rose {
color: #f4d2d3;
}
.precious-pink {
color: #f9b4b7;
}
.pink-fit {
color: #f4a4b5;
}
.real-raspberry {
color: #e278a1;
}
.pink-flambe {
color: #d64c7a;
}
/* CSS Variables */
:root {
--mary-s-rose:#f4d2d3;
--precious-pink:#f9b4b7;
--pink-fit:#f4a4b5;
--real-raspberry:#e278a1;
--pink-flambe:#d64c7a;
}