Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.san-marino {
color: #4b6c9b;
}
.ocean-surf {
color: #7ca8bb;
}
.cymophane-yellow {
color: #f3e5a5;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--san-marino:#4b6c9b;
--ocean-surf:#7ca8bb;
--cymophane-yellow:#f3e5a5;
--welcoming-wasp:#f0a800;
}