Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.mid-blue {
color: #2a6bb7;
}
.high-blue {
color: #4ab3e8;
}
.lemon-ice-yellow {
color: #f6e1a7;
}
.roseberry {
color: #f7a7a1;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--mid-blue:#2a6bb7;
--high-blue:#4ab3e8;
--lemon-ice-yellow:#f6e1a7;
--roseberry:#f7a7a1;
}