Color names in this palette
CSS code for this palette
/* CSS */
.christmas-blue {
color: #2b8ebf;
}
.garish-green {
color: #4cbd8c;
}
.paris-daisy {
color: #f7e950;
}
.chaat-masala {
color: #f07f2d;
}
.etruscan-red {
color: #c62f3e;
}
/* CSS Variables */
:root {
--christmas-blue:#2b8ebf;
--garish-green:#4cbd8c;
--paris-daisy:#f7e950;
--chaat-masala:#f07f2d;
--etruscan-red:#c62f3e;
}