Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.vitamin-c {
color: #ff9900;
}
.usc-gold {
color: #ffcc00;
}
.ti-n-l-n-sky {
color: #5db8f8;
}
.lochmara {
color: #2e6f9e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--vitamin-c:#ff9900;
--usc-gold:#ffcc00;
--ti-n-l-n-sky:#5db8f8;
--lochmara:#2e6f9e;
}