Color names in this palette
CSS code for this palette
/* CSS */
.zucchini-flower {
color: #e6a84c;
}
.loveable {
color: #f0c1c8;
}
.friendly-yellow {
color: #f6e0b1;
}
.infinity-pool {
color: #92d3e3;
}
.grapefruit-pulp {
color: #ff7161;
}
/* CSS Variables */
:root {
--zucchini-flower:#e6a84c;
--loveable:#f0c1c8;
--friendly-yellow:#f6e0b1;
--infinity-pool:#92d3e3;
--grapefruit-pulp:#ff7161;
}