Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1c2f73;
}
.blue-odyssey {
color: #4a6a96;
}
.bluesy-note {
color: #7d9bb5;
}
.light-blue-glint {
color: #a7d5e2;
}
.shrimp-toast {
color: #f7c6a1;
}
/* CSS Variables */
:root {
--twilight-express:#1c2f73;
--blue-odyssey:#4a6a96;
--bluesy-note:#7d9bb5;
--light-blue-glint:#a7d5e2;
--shrimp-toast:#f7c6a1;
}