Color names in this palette
CSS code for this palette
/* CSS */
.pink-dogwood {
color: #f6d2d0;
}
.my-fair-lady {
color: #f4c4c3;
}
.mesa-rose {
color: #f2b4b0;
}
.modestly-peach {
color: #f0a39e;
}
.sweet-pink {
color: #ed8e8c;
}
/* CSS Variables */
:root {
--pink-dogwood:#f6d2d0;
--my-fair-lady:#f4c4c3;
--mesa-rose:#f2b4b0;
--modestly-peach:#f0a39e;
--sweet-pink:#ed8e8c;
}