Color names in this palette
CSS code for this palette
/* CSS */
.rose-turkish-delight {
color: #db517b;
}
.flirty-rose {
color: #d75b8d;
}
.kiss {
color: #d68fa8;
}
.iced-vovo {
color: #e2a2b4;
}
.sweetheart {
color: #f4c3d8;
}
/* CSS Variables */
:root {
--rose-turkish-delight:#db517b;
--flirty-rose:#d75b8d;
--kiss:#d68fa8;
--iced-vovo:#e2a2b4;
--sweetheart:#f4c3d8;
}