Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.golden-hour {
color: #f5b35b;
}
.buttery-croissant {
color: #f6e39d;
}
.mint-julep {
color: #e0f2a6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--golden-hour:#f5b35b;
--buttery-croissant:#f6e39d;
--mint-julep:#e0f2a6;
}