Color names in this palette
CSS code for this palette
/* CSS */
.old-rose {
color: #c18182;
}
.la-vie-en-rose {
color: #d4a6a1;
}
.spice-girl {
color: #e0c3c2;
}
.reduced-pink {
color: #f7e4e4;
}
.brain-pink {
color: #f8afb2;
}
/* CSS Variables */
:root {
--old-rose:#c18182;
--la-vie-en-rose:#d4a6a1;
--spice-girl:#e0c3c2;
--reduced-pink:#f7e4e4;
--brain-pink:#f8afb2;
}