Color names in this palette
CSS code for this palette
/* CSS */
.distinct-purple {
color: #a68dc8;
}
.spring-wisteria {
color: #d0a4df;
}
.sugar-high {
color: #f2c4e8;
}
.mystic-tulip {
color: #f8b5a0;
}
.sunset-gold {
color: #f7c664;
}
/* CSS Variables */
:root {
--distinct-purple:#a68dc8;
--spring-wisteria:#d0a4df;
--sugar-high:#f2c4e8;
--mystic-tulip:#f8b5a0;
--sunset-gold:#f7c664;
}