Color names in this palette
CSS code for this palette
/* CSS */
.akabeni {
color: #c72929;
}
.benihi-red {
color: #f05338;
}
.fire-flower {
color: #f78d36;
}
.light-ginger-yellow {
color: #f6d18e;
}
.trefoil {
color: #3d5b2a;
}
/* CSS Variables */
:root {
--akabeni:#c72929;
--benihi-red:#f05338;
--fire-flower:#f78d36;
--light-ginger-yellow:#f6d18e;
--trefoil:#3d5b2a;
}