Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.young-salmon {
color: #ffb5b3;
}
.red-remains {
color: #ffe0e0;
}
.seashell {
color: #fff5f0;
}
.lipstick-illusion {
color: #d1666b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--young-salmon:#ffb5b3;
--red-remains:#ffe0e0;
--seashell:#fff5f0;
--lipstick-illusion:#d1666b;
}