Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.star-sapphire {
color: #3b6b9b;
}
.lake-lucerne {
color: #699bba;
}
.corydalis-blue {
color: #a4c8d6;
}
.bright-khaki {
color: #f0e78e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--star-sapphire:#3b6b9b;
--lake-lucerne:#699bba;
--corydalis-blue:#a4c8d6;
--bright-khaki:#f0e78e;
}