Color names in this palette
CSS code for this palette
/* CSS */
.tickled-pink {
color: #f1a7c0;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.night-in-manchester {
color: #4051b5;
}
/* CSS Variables */
:root {
--tickled-pink:#f1a7c0;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--night-in-manchester:#4051b5;
}