Color names in this palette
CSS code for this palette
/* CSS */
.old-rose {
color: #c18182;
}
.radiant-rouge {
color: #d7b2b2;
}
.powdered-petals {
color: #e2c5c5;
}
.hint-of-red {
color: #f5e0e0;
}
.rosey-afterglow {
color: #f8c9d1;
}
/* CSS Variables */
:root {
--old-rose:#c18182;
--radiant-rouge:#d7b2b2;
--powdered-petals:#e2c5c5;
--hint-of-red:#f5e0e0;
--rosey-afterglow:#f8c9d1;
}