Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.honey-carrot-cake {
color: #ff9757;
}
.chanterelles {
color: #ffc870;
}
.baby-chick {
color: #ffeba3;
}
.dingy-sticky-note {
color: #e1f59e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--honey-carrot-cake:#ff9757;
--chanterelles:#ffc870;
--baby-chick:#ffeba3;
--dingy-sticky-note:#e1f59e;
}