Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.harbor {
color: #5b8d9a;
}
.catarina-green {
color: #90c1b8;
}
.welcoming-wasp {
color: #f0a800;
}
.deep-orange {
color: #db4900;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--harbor:#5b8d9a;
--catarina-green:#90c1b8;
--welcoming-wasp:#f0a800;
--deep-orange:#db4900;
}