Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cyprus-green {
color: #6d9c89;
}
.sunny-mood {
color: #f7c94b;
}
.nacho {
color: #ffcb5c;
}
.majestic-magenta {
color: #e84a8c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cyprus-green:#6d9c89;
--sunny-mood:#f7c94b;
--nacho:#ffcb5c;
--majestic-magenta:#e84a8c;
}