Color names in this palette
CSS code for this palette
/* CSS */
.digital-violets {
color: #a600ff;
}
.vega-violet {
color: #a94dff;
}
.cobalite {
color: #a78fff;
}
.night-snow {
color: #a8c7ff;
}
.fresh-air {
color: #a8e5ff;
}
/* CSS Variables */
:root {
--digital-violets:#a600ff;
--vega-violet:#a94dff;
--cobalite:#a78fff;
--night-snow:#a8c7ff;
--fresh-air:#a8e5ff;
}