Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f2a6c1;
}
.pink-cattleya {
color: #ffb3d1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
.red-stop {
color: #ff1f1f;
}
/* CSS Variables */
:root {
--tickled-pink:#f2a6c1;
--pink-cattleya:#ffb3d1;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
--red-stop:#ff1f1f;
}