Color names in this palette
CSS code for this palette
/* CSS */
.flash-in-the-pan {
color: #ff997a;
}
.grapefruit-pulp {
color: #ff6e61;
}
.golden-glam {
color: #f4b943;
}
.angry-pasta {
color: #ffcd57;
}
.salmon-eggs {
color: #f4d35d;
}
/* CSS Variables */
:root {
--flash-in-the-pan:#ff997a;
--grapefruit-pulp:#ff6e61;
--golden-glam:#f4b943;
--angry-pasta:#ffcd57;
--salmon-eggs:#f4d35d;
}