Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-cantaloupe {
color: #ff9c66;
}
.vibrant {
color: #ffd54d;
}
.ocean-cruise {
color: #9ed6e0;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-cantaloupe:#ff9c66;
--vibrant:#ffd54d;
--ocean-cruise:#9ed6e0;
--peaceful-river:#4a9cd3;
}