Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #496d9c;
}
.cottage-blue {
color: #7a9bc2;
}
.wagon-wheel {
color: #c1b79f;
}
.jaffa {
color: #e57a48;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#496d9c;
--cottage-blue:#7a9bc2;
--wagon-wheel:#c1b79f;
--jaffa:#e57a48;
}