Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.top-banana {
color: #f9d971;
}
.lime-lizard {
color: #a3d55d;
}
.hello-summer {
color: #4db8ff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--top-banana:#f9d971;
--lime-lizard:#a3d55d;
--hello-summer:#4db8ff;
}