Color names in this palette
CSS code for this palette
/* CSS */
.purple-hedonist {
color: #a66bff;
}
.astro-purple {
color: #7059d9;
}
.blue-with-a-hint-of-purple {
color: #4c40bf;
}
.depths-of-night {
color: #2c2a9d;
}
.impression-of-obscurity {
color: #151c7f;
}
/* CSS Variables */
:root {
--purple-hedonist:#a66bff;
--astro-purple:#7059d9;
--blue-with-a-hint-of-purple:#4c40bf;
--depths-of-night:#2c2a9d;
--impression-of-obscurity:#151c7f;
}