Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1f8e8c;
}
.peppy {
color: #6ed4b8;
}
.egg-toast {
color: #f6c80e;
}
.grapefruit-pulp {
color: #ff6e61;
}
.red-orange {
color: #ff3d33;
}
/* CSS Variables */
:root {
--ocean-liner:#1f8e8c;
--peppy:#6ed4b8;
--egg-toast:#f6c80e;
--grapefruit-pulp:#ff6e61;
--red-orange:#ff3d33;
}