Color names in this palette
CSS code for this palette
/* CSS */
.rio-red {
color: #951d29;
}
.pink-flame {
color: #b55a5e;
}
.shanghai-peach {
color: #d99b92;
}
.prairie-rose {
color: #f2c9c0;
}
.reduced-pink {
color: #f6e4e4;
}
/* CSS Variables */
:root {
--rio-red:#951d29;
--pink-flame:#b55a5e;
--shanghai-peach:#d99b92;
--prairie-rose:#f2c9c0;
--reduced-pink:#f6e4e4;
}