Color names in this palette
CSS code for this palette
/* CSS */
.rodeo-red {
color: #a04a3b;
}
.lionhead {
color: #d4b60c;
}
.flame-seal {
color: #f2e15f;
}
.effervescent-lime {
color: #a2d82c;
}
.okra {
color: #3d8b2d;
}
/* CSS Variables */
:root {
--rodeo-red:#a04a3b;
--lionhead:#d4b60c;
--flame-seal:#f2e15f;
--effervescent-lime:#a2d82c;
--okra:#3d8b2d;
}