Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.blue-gem {
color: #4c3c90;
}
.jubilee {
color: #7e5f9b;
}
.fiddlesticks {
color: #b99db2;
}
.pink-grapefruit {
color: #f2bac7;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--blue-gem:#4c3c90;
--jubilee:#7e5f9b;
--fiddlesticks:#b99db2;
--pink-grapefruit:#f2bac7;
}