Color names in this palette
CSS code for this palette
/* CSS */
.coral-red {
color: #ff3d3d;
}
.pompelmo {
color: #ff6b6b;
}
.rubber-radish {
color: #ff9e9e;
}
.cinderella-pink {
color: #ffc7c7;
}
.pink-theory {
color: #ffe5e5;
}
/* CSS Variables */
:root {
--coral-red:#ff3d3d;
--pompelmo:#ff6b6b;
--rubber-radish:#ff9e9e;
--cinderella-pink:#ffc7c7;
--pink-theory:#ffe5e5;
}