Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #cc2e3e;
}
.thimbleberry {
color: #e64c52;
}
.rosy-outlook {
color: #f7aaa1;
}
.tamarack-yellow {
color: #f3e053;
}
.fruit-salad {
color: #509b50;
}
/* CSS Variables */
:root {
--etruscan-red:#cc2e3e;
--thimbleberry:#e64c52;
--rosy-outlook:#f7aaa1;
--tamarack-yellow:#f3e053;
--fruit-salad:#509b50;
}