Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.samoan-sun {
color: #f5b942;
}
.bright-khaki {
color: #f3e78c;
}
.hidden-sea-glass {
color: #71d6c8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--samoan-sun:#f5b942;
--bright-khaki:#f3e78c;
--hidden-sea-glass:#71d6c8;
}