Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1d2a77;
}
.neptune-blue {
color: #2b5e9c;
}
.frozen-wave {
color: #51aac8;
}
.nevada-sky {
color: #a1d9e8;
}
.lime-bright {
color: #f3e4af;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1d2a77;
--neptune-blue:#2b5e9c;
--frozen-wave:#51aac8;
--nevada-sky:#a1d9e8;
--lime-bright:#f3e4af;
}