Color names in this palette
CSS code for this palette
/* CSS */
.jubilee {
color: #7e5b9f;
}
.flowering-raspberry {
color: #a06a98;
}
.berry-popsicle {
color: #d4a5c8;
}
.apricot-obsession {
color: #f9c6b4;
}
.venetian-yellow {
color: #f7e6a1;
}
/* CSS Variables */
:root {
--jubilee:#7e5b9f;
--flowering-raspberry:#a06a98;
--berry-popsicle:#d4a5c8;
--apricot-obsession:#f9c6b4;
--venetian-yellow:#f7e6a1;
}