Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #734794;
}
.wisteria-purple {
color: #8b5b9a;
}
.pleasant-dream {
color: #a47ba7;
}
.geranium-bud {
color: #d09fc7;
}
.hopeful {
color: #f2d4e1;
}
/* CSS Variables */
:root {
--purple-sapphire:#734794;
--wisteria-purple:#8b5b9a;
--pleasant-dream:#a47ba7;
--geranium-bud:#d09fc7;
--hopeful:#f2d4e1;
}