Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.sandy-brown {
color: #f1a65f;
}
.eyelash-viper {
color: #f5c54d;
}
.opulent {
color: #d28b2d;
}
.autumn-robin {
color: #c54c2b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--sandy-brown:#f1a65f;
--eyelash-viper:#f5c54d;
--opulent:#d28b2d;
--autumn-robin:#c54c2b;
}