Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f1c0d2;
}
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.marigold-dust {
color: #f4cf3e;
}
.bilious-green {
color: #a5d86f;
}
/* CSS Variables */
:root {
--pink-chintz:#f1c0d2;
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--marigold-dust:#f4cf3e;
--bilious-green:#a5d86f;
}