Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.tuscan-sun {
color: #ffd84d;
}
.milan {
color: #f5f891;
}
.ocean-cruise {
color: #9ed5e0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--tuscan-sun:#ffd84d;
--milan:#f5f891;
--ocean-cruise:#9ed5e0;
}