Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.golden-mary {
color: #f3b939;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.techno-green {
color: #66b15d;
}
.larkspur {
color: #3f7c92;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--golden-mary:#f3b939;
--lemon-ice-yellow:#f6e1a7;
--techno-green:#66b15d;
--larkspur:#3f7c92;
}