Color names in this palette
CSS code for this palette
/* CSS */
.blue-expanse {
color: #1e3b71;
}
.scooter {
color: #2b8f9c;
}
.crystalsong-blue {
color: #50b4b2;
}
.syndicalist {
color: #f5c400;
}
.aspen-yellow {
color: #f9df9f;
}
/* CSS Variables */
:root {
--blue-expanse:#1e3b71;
--scooter:#2b8f9c;
--crystalsong-blue:#50b4b2;
--syndicalist:#f5c400;
--aspen-yellow:#f9df9f;
}