Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orchid-orange {
color: #ff9f80;
}
.romantic {
color: #ffc59e;
}
.lasting-thoughts {
color: #d4e6b3;
}
.appetite {
color: #b2e2a7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orchid-orange:#ff9f80;
--romantic:#ffc59e;
--lasting-thoughts:#d4e6b3;
--appetite:#b2e2a7;
}