Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.san-marino {
color: #496d9c;
}
.pearl-blue {
color: #79b3c8;
}
.brisa-de-mar {
color: #d1e0f0;
}
.boysenberry-shadow {
color: #f1f4f9;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--san-marino:#496d9c;
--pearl-blue:#79b3c8;
--brisa-de-mar:#d1e0f0;
--boysenberry-shadow:#f1f4f9;
}