Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.peach-butter {
color: #ffab3d;
}
.vibrant {
color: #ffd54d;
}
.tiger-yellow {
color: #ffdf80;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--peach-butter:#ffab3d;
--vibrant:#ffd54d;
--tiger-yellow:#ffdf80;
}