Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.grapefruit-pulp {
color: #ff6e61;
}
.blood-burst {
color: #ff4d4f;
}
.rubber-ducky {
color: #f9d158;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--grapefruit-pulp:#ff6e61;
--blood-burst:#ff4d4f;
--rubber-ducky:#f9d158;
--creamy-sweet-corn:#f9c54e;
}