Color names in this palette
CSS code for this palette
/* CSS */
.rose-reminder {
color: #f5c2c8;
}
.pink-fit {
color: #f9a4b2;
}
.carnation {
color: #f67e8e;
}
.fusion-red {
color: #ff6164;
}
.coral-red {
color: #ff3d3d;
}
/* CSS Variables */
:root {
--rose-reminder:#f5c2c8;
--pink-fit:#f9a4b2;
--carnation:#f67e8e;
--fusion-red:#ff6164;
--coral-red:#ff3d3d;
}