Color names in this palette
CSS code for this palette
/* CSS */
.chakra {
color: #8f5b8e;
}
.geranium-bud {
color: #d19ec6;
}
.sweetheart {
color: #f2c4d8;
}
.corinthian-pink {
color: #fca6d5;
}
.blush-hour {
color: #ff7094;
}
/* CSS Variables */
:root {
--chakra:#8f5b8e;
--geranium-bud:#d19ec6;
--sweetheart:#f2c4d8;
--corinthian-pink:#fca6d5;
--blush-hour:#ff7094;
}