Color names in this palette
CSS code for this palette
/* CSS */
.koi {
color: #d66838;
}
.peanut-butter-jelly {
color: #ca4b2b;
}
.rodeo-red {
color: #a14a3a;
}
.cremini {
color: #d0a03e;
}
.golden-yarrow {
color: #e4c64e;
}
/* CSS Variables */
:root {
--koi:#d66838;
--peanut-butter-jelly:#ca4b2b;
--rodeo-red:#a14a3a;
--cremini:#d0a03e;
--golden-yarrow:#e4c64e;
}