Color names in this palette
CSS code for this palette
/* CSS */
.falu-red {
color: #881b1b;
}
.eye-of-newt {
color: #b03b3b;
}
.common-chestnut {
color: #d15c5c;
}
.vinaceous-cinnamon {
color: #f58e8e;
}
.deeply-embarrassed {
color: #f0b2b2;
}
/* CSS Variables */
:root {
--falu-red:#881b1b;
--eye-of-newt:#b03b3b;
--common-chestnut:#d15c5c;
--vinaceous-cinnamon:#f58e8e;
--deeply-embarrassed:#f0b2b2;
}