Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.hawaiian-passion {
color: #ff9b3d;
}
.vibrant {
color: #fbd24b;
}
.candid-blue {
color: #6ec7e2;
}
.oregano-green {
color: #4d9f3c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--hawaiian-passion:#ff9b3d;
--vibrant:#fbd24b;
--candid-blue:#6ec7e2;
--oregano-green:#4d9f3c;
}