Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #fe6d5d;
}
.tacao {
color: #f5b17a;
}
.straw-hat {
color: #f1d6a7;
}
.fringy-flower {
color: #b7e2b6;
}
.candid-blue {
color: #65c6e7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#fe6d5d;
--tacao:#f5b17a;
--straw-hat:#f1d6a7;
--fringy-flower:#b7e2b6;
--candid-blue:#65c6e7;
}