Color names in this palette
CSS code for this palette
/* CSS */
.rusty-red {
color: #b2370a;
}
.sea-nettle {
color: #f27b31;
}
.dairy-made {
color: #f1b53b;
}
.lime-lizard {
color: #a3d55d;
}
.hidden-paradise {
color: #5c8d3a;
}
/* CSS Variables */
:root {
--rusty-red:#b2370a;
--sea-nettle:#f27b31;
--dairy-made:#f1b53b;
--lime-lizard:#a3d55d;
--hidden-paradise:#5c8d3a;
}