Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.antilles-blue {
color: #3b5b8c;
}
.winter-lake {
color: #6c8c9d;
}
.aspiring-blue {
color: #a4c1c1;
}
.high-honey {
color: #e2ba4b;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--antilles-blue:#3b5b8c;
--winter-lake:#6c8c9d;
--aspiring-blue:#a4c1c1;
--high-honey:#e2ba4b;
}