Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.blue-dude {
color: #4b5c91;
}
.lake-lucerne {
color: #6a9fb4;
}
.solid-gold {
color: #b1d54d;
}
.osage-orange {
color: #f7a240;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--blue-dude:#4b5c91;
--lake-lucerne:#6a9fb4;
--solid-gold:#b1d54d;
--osage-orange:#f7a240;
}