Color names in this palette
CSS code for this palette
/* CSS */
.solarized {
color: #f9d14e;
}
.sandy-brown {
color: #f1a65f;
}
.akak-red {
color: #f07d60;
}
.sohi-red {
color: #e75e3c;
}
.spirit-warrior {
color: #d0523e;
}
/* CSS Variables */
:root {
--solarized:#f9d14e;
--sandy-brown:#f1a65f;
--akak-red:#f07d60;
--sohi-red:#e75e3c;
--spirit-warrior:#d0523e;
}