Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.azraq-blue {
color: #4a6dba;
}
.xavier-blue {
color: #6db0e3;
}
.terrace-pool {
color: #a2d7e2;
}
.sunshine-mellow {
color: #f4c210;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--azraq-blue:#4a6dba;
--xavier-blue:#6db0e3;
--terrace-pool:#a2d7e2;
--sunshine-mellow:#f4c210;
}