Color names in this palette
CSS code for this palette
/* CSS */
.canoe-blue {
color: #1e4e71;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.bermudagrass {
color: #69bf6d;
}
.orange-avant-garde {
color: #ff8a24;
}
.eerie-black {
color: #1a1a1a;
}
/* CSS Variables */
:root {
--canoe-blue:#1e4e71;
--creamy-sweet-corn:#f6c54c;
--bermudagrass:#69bf6d;
--orange-avant-garde:#ff8a24;
--eerie-black:#1a1a1a;
}