Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.blue-angels-yellow {
color: #fab700;
}
.greenbrier {
color: #4d9d6d;
}
.lime-lizard {
color: #a3d55d;
}
.menoth-white-base {
color: #f1e8b7;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--blue-angels-yellow:#fab700;
--greenbrier:#4d9d6d;
--lime-lizard:#a3d55d;
--menoth-white-base:#f1e8b7;
}