Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6c5c;
}
.alexandria {
color: #ff8d70;
}
.desert-sunrise {
color: #ffb68f;
}
.august-morning {
color: #ffd89e;
}
.old-yella {
color: #ffeb99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6c5c;
--alexandria:#ff8d70;
--desert-sunrise:#ffb68f;
--august-morning:#ffd89e;
--old-yella:#ffeb99;
}