Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.yellow-jacket {
color: #ffcb3d;
}
.citrus-surge {
color: #8bc34b;
}
.maldives {
color: #00bdd6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--yellow-jacket:#ffcb3d;
--citrus-surge:#8bc34b;
--maldives:#00bdd6;
}