Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7b5c99;
}
.sea-lavender {
color: #d2b1d8;
}
.sheer-lavender {
color: #f1e4f0;
}
.little-baby-girl {
color: #f9b9d3;
}
.god-s-own-junkyard-pink {
color: #f26992;
}
/* CSS Variables */
:root {
--jubilee:#7b5c99;
--sea-lavender:#d2b1d8;
--sheer-lavender:#f1e4f0;
--little-baby-girl:#f9b9d3;
--god-s-own-junkyard-pink:#f26992;
}