Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.blue-dude {
color: #4c5f94;
}
.scanda {
color: #6e8daa;
}
.sky-pilot {
color: #a3b8d7;
}
.puffy-cloud {
color: #d3e0f3;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--blue-dude:#4c5f94;
--scanda:#6e8daa;
--sky-pilot:#a3b8d7;
--puffy-cloud:#d3e0f3;
}