Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.tech-wave {
color: #4b7c9b;
}
.young-bamboo {
color: #6dba8b;
}
.softsun {
color: #f4c63e;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--tech-wave:#4b7c9b;
--young-bamboo:#6dba8b;
--softsun:#f4c63e;
--orangeade:#e04f38;
}