Color names in this palette
CSS code for this palette
/* CSS */
.manga-pink {
color: #f3b9d5;
}
.peach-amber {
color: #ffa08f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.bicycle-yellow {
color: #fce48d;
}
/* CSS Variables */
:root {
--manga-pink:#f3b9d5;
--peach-amber:#ffa08f;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--bicycle-yellow:#fce48d;
}