Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a203d;
}
.delft {
color: #3d5a8a;
}
.feather-star {
color: #58a0e4;
}
.wake-me-up {
color: #f9d358;
}
.halt-and-catch-fire {
color: #ff6933;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a203d;
--delft:#3d5a8a;
--feather-star:#58a0e4;
--wake-me-up:#f9d358;
--halt-and-catch-fire:#ff6933;
}