Color names in this palette
CSS code for this palette
/* CSS */
.rose-shadow {
color: #f9c3cf;
}
.princess {
color: #f1a7b3;
}
.wonder-lust {
color: #f28c9c;
}
.paris-pink {
color: #d76a8d;
}
.tulip-red {
color: #b74e6d;
}
/* CSS Variables */
:root {
--rose-shadow:#f9c3cf;
--princess:#f1a7b3;
--wonder-lust:#f28c9c;
--paris-pink:#d76a8d;
--tulip-red:#b74e6d;
}