Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.persicus {
color: #ffb39e;
}
.ocean-cruise {
color: #9ed5e0;
}
.atlantic-gull {
color: #4b8caf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--persicus:#ffb39e;
--ocean-cruise:#9ed5e0;
--atlantic-gull:#4b8caf;
}