Color names in this palette
CSS code for this palette
/* CSS */
.impression-of-obscurity {
color: #1b2a6f;
}
.blue-gem {
color: #4b3e8e;
}
.simply-purple {
color: #7958b6;
}
.soft-purple {
color: #a76dba;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--impression-of-obscurity:#1b2a6f;
--blue-gem:#4b3e8e;
--simply-purple:#7958b6;
--soft-purple:#a76dba;
--welcoming-wasp:#f0a800;
}