Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.welcoming-wasp {
color: #f0a800;
}
.lush-grass {
color: #4c8c4a;
}
.shrimp-toast {
color: #f9c69f;
}
.tory-blue {
color: #3c4e8b;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--welcoming-wasp:#f0a800;
--lush-grass:#4c8c4a;
--shrimp-toast:#f9c69f;
--tory-blue:#3c4e8b;
}