Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f3a5b7;
}
.palace-rose {
color: #f8c9d4;
}
.pink-charge {
color: #e56cbf;
}
.dahlia-mauve {
color: #b45f88;
}
.bordeaux-red {
color: #6d2c4b;
}
/* CSS Variables */
:root {
--rozowy-pink:#f3a5b7;
--palace-rose:#f8c9d4;
--pink-charge:#e56cbf;
--dahlia-mauve:#b45f88;
--bordeaux-red:#6d2c4b;
}