Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1e2876;
}
.governor-bay {
color: #4f5a9c;
}
.faraway-sky {
color: #8c7dc5;
}
.pretty-petunia {
color: #d1b3e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1e2876;
--governor-bay:#4f5a9c;
--faraway-sky:#8c7dc5;
--pretty-petunia:#d1b3e0;
--grapefruit-pulp:#ff6e61;
}