Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.fresh-pineapple {
color: #f2d450;
}
.lime-rasp {
color: #b2d100;
}
.resplendent-growth {
color: #3a8d3b;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--apricot-glazed-chicken:#f5a524;
--fresh-pineapple:#f2d450;
--lime-rasp:#b2d100;
--resplendent-growth:#3a8d3b;
}