Color names in this palette
CSS code for this palette
/* CSS */
.heliotrope-magenta {
color: #a400b3;
}
.wisteria {
color: #a77dbf;
}
.geranium-bud {
color: #d2a3c4;
}
.venetian-rose {
color: #f2cae1;
}
.blush-hour {
color: #ff7092;
}
/* CSS Variables */
:root {
--heliotrope-magenta:#a400b3;
--wisteria:#a77dbf;
--geranium-bud:#d2a3c4;
--venetian-rose:#f2cae1;
--blush-hour:#ff7092;
}