Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hibiscus-delight {
color: #ff9b70;
}
.yellow-warbler {
color: #ffba70;
}
.quiche-lorraine {
color: #ffd470;
}
.the-first-daffodil {
color: #fff68f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hibiscus-delight:#ff9b70;
--yellow-warbler:#ffba70;
--quiche-lorraine:#ffd470;
--the-first-daffodil:#fff68f;
}