Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.go-bananas {
color: #f8c84f;
}
.bright-khaki {
color: #f0e78e;
}
.terrace-pool {
color: #a1d6e2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--go-bananas:#f8c84f;
--bright-khaki:#f0e78e;
--terrace-pool:#a1d6e2;
}