Color names in this palette
CSS code for this palette
/* CSS */
.pink-fit {
color: #f6a2b3;
}
.out-of-fashion {
color: #f36d8c;
}
.rose-turkish-delight {
color: #d94a77;
}
.azalea {
color: #da3e63;
}
.amore {
color: #b12f4d;
}
/* CSS Variables */
:root {
--pink-fit:#f6a2b3;
--out-of-fashion:#f36d8c;
--rose-turkish-delight:#d94a77;
--azalea:#da3e63;
--amore:#b12f4d;
}