Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.blue-highlight {
color: #2d498f;
}
.boat-house {
color: #498bc1;
}
.rushing-stream {
color: #61c5d6;
}
.angel-s-trumpet {
color: #f2e03a;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--blue-highlight:#2d498f;
--boat-house:#498bc1;
--rushing-stream:#61c5d6;
--angel-s-trumpet:#f2e03a;
}