Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.expressionism {
color: #3c4b7c;
}
.waimea-blue {
color: #4e9bda;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.tomato-frog {
color: #f94346;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--expressionism:#3c4b7c;
--waimea-blue:#4e9bda;
--creamy-sweet-corn:#f9c54e;
--tomato-frog:#f94346;
}