Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fresh-soft-blue {
color: #6ab9b6;
}
.hot-sun {
color: #f7b32b;
}
.lime-lizard {
color: #a3d55d;
}
.majestic-magenta {
color: #e84a8c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fresh-soft-blue:#6ab9b6;
--hot-sun:#f7b32b;
--lime-lizard:#a3d55d;
--majestic-magenta:#e84a8c;
}