Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.sailor-s-bay {
color: #496c92;
}
.astro-bound {
color: #89a1b8;
}
.light-cameo-blue {
color: #c7d4e1;
}
.alice-blue {
color: #f0f6ff;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--sailor-s-bay:#496c92;
--astro-bound:#89a1b8;
--light-cameo-blue:#c7d4e1;
--alice-blue:#f0f6ff;
}