Color names in this palette
CSS code for this palette
/* CSS */
.old-rose {
color: #c18182;
}
.la-vie-en-rose {
color: #d2a7a2;
}
.spice-girl {
color: #e3c0c1;
}
.venus-pink {
color: #f0e6e5;
}
.pink-dogwood {
color: #f6d0d0;
}
/* CSS Variables */
:root {
--old-rose:#c18182;
--la-vie-en-rose:#d2a7a2;
--spice-girl:#e3c0c1;
--venus-pink:#f0e6e5;
--pink-dogwood:#f6d0d0;
}