Color names in this palette
CSS code for this palette
/* CSS */
.majestic-purple {
color: #6a5e8d;
}
.english-lavender {
color: #9a79af;
}
.geranium-bud {
color: #d2a3c9;
}
.lily-legs {
color: #f0c7d6;
}
.desert-star {
color: #f9f0e1;
}
/* CSS Variables */
:root {
--majestic-purple:#6a5e8d;
--english-lavender:#9a79af;
--geranium-bud:#d2a3c9;
--lily-legs:#f0c7d6;
--desert-star:#f9f0e1;
}