Color names in this palette
CSS code for this palette
/* CSS */
.koeksister {
color: #ea7653;
}
.reed-mace {
color: #d05b3e;
}
.red-terra {
color: #a94a2d;
}
.hihada-brown {
color: #7a2a24;
}
.tobi-brown {
color: #4d1f1e;
}
/* CSS Variables */
:root {
--koeksister:#ea7653;
--reed-mace:#d05b3e;
--red-terra:#a94a2d;
--hihada-brown:#7a2a24;
--tobi-brown:#4d1f1e;
}