Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f4a4bf;
}
.candy-bar {
color: #ffb8d8;
}
.peach-amber {
color: #ffa08f;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--pink-chalk:#f4a4bf;
--candy-bar:#ffb8d8;
--peach-amber:#ffa08f;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
}