Color names in this palette
CSS code for this palette
/* CSS */
.power-outage {
color: #3a1f47;
}
.gladiola-violet {
color: #6d507c;
}
.divine {
color: #9b7f9f;
}
.cloudy-valley {
color: #b1c6d8;
}
.child-of-light {
color: #f1f5f8;
}
/* CSS Variables */
:root {
--power-outage:#3a1f47;
--gladiola-violet:#6d507c;
--divine:#9b7f9f;
--cloudy-valley:#b1c6d8;
--child-of-light:#f1f5f8;
}