Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.blue-regent {
color: #2a5d92;
}
.atlantic-gull {
color: #4f90b5;
}
.astral-spirit {
color: #8ec3e6;
}
.spring-yellow {
color: #f2e278;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--blue-regent:#2a5d92;
--atlantic-gull:#4f90b5;
--astral-spirit:#8ec3e6;
--spring-yellow:#f2e278;
}