Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e3a1;
}
.silver-peony {
color: #e2c2b6;
}
.feminine-fancy {
color: #c4a5d4;
}
.tatarian-aster {
color: #9a6b9e;
}
.bright-eggplant {
color: #5f4c8a;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e3a1;
--silver-peony:#e2c2b6;
--feminine-fancy:#c4a5d4;
--tatarian-aster:#9a6b9e;
--bright-eggplant:#5f4c8a;
}