Color names in this palette
CSS code for this palette
/* CSS */
.twilight-express {
color: #1e3a76;
}
.delft {
color: #3e5a8e;
}
.blue-plate {
color: #5c7d9d;
}
.tiny-mr-frosty {
color: #bad4e3;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--twilight-express:#1e3a76;
--delft:#3e5a8e;
--blue-plate:#5c7d9d;
--tiny-mr-frosty:#bad4e3;
--welcoming-wasp:#f0a800;
}