Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1d2a77;
}
.free-speech-blue {
color: #3b5cbf;
}
.picton-blue {
color: #5c9cd1;
}
.club-cruise {
color: #88c1e2;
}
.boysenberry-shadow {
color: #f1f4f9;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1d2a77;
--free-speech-blue:#3b5cbf;
--picton-blue:#5c9cd1;
--club-cruise:#88c1e2;
--boysenberry-shadow:#f1f4f9;
}