Color names in this palette
CSS code for this palette
/* CSS */
.standby-led {
color: #ff0066;
}
.love-red {
color: #ff4d6d;
}
.camaron-pink {
color: #ff8086;
}
.matt-pink {
color: #ffb3c1;
}
.love-fumes {
color: #ffd1d8;
}
/* CSS Variables */
:root {
--standby-led:#ff0066;
--love-red:#ff4d6d;
--camaron-pink:#ff8086;
--matt-pink:#ffb3c1;
--love-fumes:#ffd1d8;
}