Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.atomic-tangerine {
color: #ff976b;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.tuscan-sun {
color: #ffd84d;
}
.old-yella {
color: #ffec99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--atomic-tangerine:#ff976b;
--macaroni-and-cheese:#ffb67a;
--tuscan-sun:#ffd84d;
--old-yella:#ffec99;
}