Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.polar-ice {
color: #71a4d1;
}
.sunny-mood {
color: #f7c94b;
}
.hawaiian-passion {
color: #ff9b3d;
}
.coral-garden {
color: #d17a7b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--polar-ice:#71a4d1;
--sunny-mood:#f7c94b;
--hawaiian-passion:#ff9b3d;
--coral-garden:#d17a7b;
}