Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.lambent-lagoon {
color: #3f5b92;
}
.faded-blue {
color: #698bbf;
}
.sea-cliff {
color: #a3c3e0;
}
.westfall-yellow {
color: #f9d64e;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--lambent-lagoon:#3f5b92;
--faded-blue:#698bbf;
--sea-cliff:#a3c3e0;
--westfall-yellow:#f9d64e;
}