Color names in this palette
CSS code for this palette
/* CSS */
.blushing-sky {
color: #d7b2d5;
}
.violet-femmes {
color: #a76c9f;
}
.purple-sapphire {
color: #804c90;
}
.imperial {
color: #5d2c6d;
}
.power-outage {
color: #3b1e48;
}
/* CSS Variables */
:root {
--blushing-sky:#d7b2d5;
--violet-femmes:#a76c9f;
--purple-sapphire:#804c90;
--imperial:#5d2c6d;
--power-outage:#3b1e48;
}