Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4d76;
}
.aqueous {
color: #3a8e9c;
}
.rushing-stream {
color: #68c4d4;
}
.go-bananas {
color: #f4ca4e;
}
.chinese-orange {
color: #f16f3b;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4d76;
--aqueous:#3a8e9c;
--rushing-stream:#68c4d4;
--go-bananas:#f4ca4e;
--chinese-orange:#f16f3b;
}