Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #4b6c9b;
}
.astro-bound {
color: #8ba0bb;
}
.double-spanish-white {
color: #d2c0a3;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#4b6c9b;
--astro-bound:#8ba0bb;
--double-spanish-white:#d2c0a3;
--shrimp-cocktail:#f4a462;
}