Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.deep-water {
color: #2b6f9c;
}
.arctic-ocean {
color: #6ac1d2;
}
.overtone {
color: #a1e3b2;
}
.yippie-ya-yellow {
color: #f3f8a0;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--deep-water:#2b6f9c;
--arctic-ocean:#6ac1d2;
--overtone:#a1e3b2;
--yippie-ya-yellow:#f3f8a0;
}