Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.papaya {
color: #ff9a5c;
}
.n-renji-orange {
color: #ffc247;
}
.golden-nectar {
color: #ffda6b;
}
.baby-chick {
color: #ffeba3;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--papaya:#ff9a5c;
--n-renji-orange:#ffc247;
--golden-nectar:#ffda6b;
--baby-chick:#ffeba3;
}