Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.sun-orange {
color: #f27c21;
}
.kabacha-brown {
color: #af4b2c;
}
.indica {
color: #5b8c3b;
}
.indian-maize {
color: #e2c14b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--sun-orange:#f27c21;
--kabacha-brown:#af4b2c;
--indica:#5b8c3b;
--indian-maize:#e2c14b;
}