Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.deep-azure {
color: #3a577e;
}
.wave-jumper {
color: #6b8f9e;
}
.pastel-meadow {
color: #a6c9b3;
}
.smooth-as-corn-silk {
color: #f4e2b3;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--deep-azure:#3a577e;
--wave-jumper:#6b8f9e;
--pastel-meadow:#a6c9b3;
--smooth-as-corn-silk:#f4e2b3;
}