Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #881b1b;
}
.knockout {
color: #c52b2b;
}
.happy-hearts {
color: #d45e5e;
}
.flamingo-dream {
color: #ea8a8a;
}
.english-rose {
color: #f2c5c5;
}
/* CSS Variables */
:root {
--falu-red:#881b1b;
--knockout:#c52b2b;
--happy-hearts:#d45e5e;
--flamingo-dream:#ea8a8a;
--english-rose:#f2c5c5;
}