Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.ornery-tangerine {
color: #f87d25;
}
.sunglow {
color: #fbce2d;
}
.koopa-green-shell {
color: #59cf59;
}
.christmas-blue {
color: #2b8ebf;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--ornery-tangerine:#f87d25;
--sunglow:#fbce2d;
--koopa-green-shell:#59cf59;
--christmas-blue:#2b8ebf;
}