Color names in this palette
CSS code for this palette
/* CSS */
.rosy-nectar {
color: #f4c3e1;
}
.violet-kiss {
color: #f6a2d6;
}
.carmine-rose {
color: #e05c93;
}
.raspberry-jam {
color: #c93b6a;
}
.warrior-queen {
color: #a02c4f;
}
/* CSS Variables */
:root {
--rosy-nectar:#f4c3e1;
--violet-kiss:#f6a2d6;
--carmine-rose:#e05c93;
--raspberry-jam:#c93b6a;
--warrior-queen:#a02c4f;
}