Color names in this palette
CSS code for this palette
/* CSS */
.english-rose {
color: #f7c5c5;
}
.pressed-rose {
color: #f1a7a9;
}
.flamingo-dream {
color: #f1838c;
}
.mandarin-red {
color: #e74d3c;
}
.valiant-poppy {
color: #bf3a2b;
}
/* CSS Variables */
:root {
--english-rose:#f7c5c5;
--pressed-rose:#f1a7a9;
--flamingo-dream:#f1838c;
--mandarin-red:#e74d3c;
--valiant-poppy:#bf3a2b;
}