Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.insignia {
color: #2b4d9c;
}
.weeping-fig {
color: #598929;
}
.radiant-sun {
color: #f3ca4f;
}
.mad-for-mango {
color: #f5a300;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--insignia:#2b4d9c;
--weeping-fig:#598929;
--radiant-sun:#f3ca4f;
--mad-for-mango:#f5a300;
}