Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.radiant-sun {
color: #f3ca4f;
}
.algae-green {
color: #90e4b2;
}
.oregon-blue {
color: #3d91e6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--radiant-sun:#f3ca4f;
--algae-green:#90e4b2;
--oregon-blue:#3d91e6;
}