Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-flower {
color: #ffa04d;
}
.nacho {
color: #ffcb5c;
}
.snow-pea {
color: #6ccb79;
}
.twilight {
color: #4d4f8f;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-flower:#ffa04d;
--nacho:#ffcb5c;
--snow-pea:#6ccb79;
--twilight:#4d4f8f;
}