Color names in this palette
CSS code for this palette
/* CSS */
.sweet-romance {
color: #ffc2e0;
}
.camaron-pink {
color: #ff8093;
}
.love-red {
color: #ff4d6d;
}
.fly-agaric {
color: #ff1a4b;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--sweet-romance:#ffc2e0;
--camaron-pink:#ff8093;
--love-red:#ff4d6d;
--fly-agaric:#ff1a4b;
--carmine:#d60032;
}