Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.candy {
color: #ff9985;
}
.doll-house {
color: #f7cfc0;
}
.french-vanilla {
color: #f1e1a7;
}
.riviera-rose {
color: #f7b3a6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--candy:#ff9985;
--doll-house:#f7cfc0;
--french-vanilla:#f1e1a7;
--riviera-rose:#f7b3a6;
}