Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.blue-dude {
color: #4c5e9a;
}
.ashton-skies {
color: #7b90b2;
}
.cloudy-valley {
color: #b0c6d8;
}
.pearl-yellow {
color: #f2e2ba;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--blue-dude:#4c5e9a;
--ashton-skies:#7b90b2;
--cloudy-valley:#b0c6d8;
--pearl-yellow:#f2e2ba;
}