Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.tech-wave {
color: #4c7c9e;
}
.pearl-blue {
color: #7ab4c7;
}
.yellow-currant {
color: #f5c56b;
}
.sweet-mandarin {
color: #d55e39;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--tech-wave:#4c7c9e;
--pearl-blue:#7ab4c7;
--yellow-currant:#f5c56b;
--sweet-mandarin:#d55e39;
}