Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.integra {
color: #3e5b98;
}
.lucea {
color: #7bb4e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--integra:#3e5b98;
--lucea:#7bb4e0;
--solar-plexus-chakra:#f1c84b;
--grapefruit-pulp:#ff6e61;
}