Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1c203b;
}
.delft {
color: #3e5c89;
}
.charter {
color: #6bb6d1;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1c203b;
--delft:#3e5c89;
--charter:#6bb6d1;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}