Color names in this palette
CSS code for this palette
/* CSS */
.peach-bud {
color: #f9b1ae;
}
.yellow-tulip {
color: #f3d26d;
}
.catarina-green {
color: #8fc1b2;
}
.tropical-violet {
color: #d1a9e0;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--peach-bud:#f9b1ae;
--yellow-tulip:#f3d26d;
--catarina-green:#8fc1b2;
--tropical-violet:#d1a9e0;
--grapefruit-pulp:#ff6e61;
}