Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.autumn-splendor {
color: #ff9a4d;
}
.tuscan-sun {
color: #ffd84d;
}
.cool-crayon {
color: #b3e5e0;
}
.emerald-wave {
color: #4eb7ac;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--autumn-splendor:#ff9a4d;
--tuscan-sun:#ffd84d;
--cool-crayon:#b3e5e0;
--emerald-wave:#4eb7ac;
}