Color names in this palette
CSS code for this palette
/* CSS */
.red-prickly-pear {
color: #da2b4e;
}
.ornery-tangerine {
color: #f67e23;
}
.syndicalist {
color: #f5c400;
}
.lime-lizard {
color: #a3d55d;
}
.sushi {
color: #7e9d2f;
}
/* CSS Variables */
:root {
--red-prickly-pear:#da2b4e;
--ornery-tangerine:#f67e23;
--syndicalist:#f5c400;
--lime-lizard:#a3d55d;
--sushi:#7e9d2f;
}