Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.tuscan-sun {
color: #ffd84d;
}
.droplet {
color: #a8e1ff;
}
.blueberry-soft-blue {
color: #5d98c6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--tuscan-sun:#ffd84d;
--droplet:#a8e1ff;
--blueberry-soft-blue:#5d98c6;
}