Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3e;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.no-gmb-yellow {
color: #f8e68b;
}
.lawn-party {
color: #5dbb63;
}
.blue-fire {
color: #00a8e0;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3e;
--apricot-glazed-chicken:#f5a524;
--no-gmb-yellow:#f8e68b;
--lawn-party:#5dbb63;
--blue-fire:#00a8e0;
}