Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.pompelmo {
color: #ff6b6b;
}
.white {
color: #ffffff;
}
.shoe-wax {
color: #2b2b2b;
}
.uniform-grey {
color: #a8a8a8;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--pompelmo:#ff6b6b;
--white:#ffffff;
--shoe-wax:#2b2b2b;
--uniform-grey:#a8a8a8;
}