Color names in this palette
CSS code for this palette
/* CSS */
.artful-red {
color: #b30000;
}
.gladiola {
color: #d94c3f;
}
.crunch {
color: #f5b85c;
}
.lime-lizard {
color: #a9d65c;
}
.prairie-green {
color: #4a9e00;
}
/* CSS Variables */
:root {
--artful-red:#b30000;
--gladiola:#d94c3f;
--crunch:#f5b85c;
--lime-lizard:#a9d65c;
--prairie-green:#4a9e00;
}