Color names in this palette
CSS code for this palette
/* CSS */
.artisans-gold {
color: #f3a949;
}
.faded-sunlight {
color: #ffd06b;
}
.egg-cream {
color: #ffda8f;
}
.buttery-salmon {
color: #ffb19e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--artisans-gold:#f3a949;
--faded-sunlight:#ffd06b;
--egg-cream:#ffda8f;
--buttery-salmon:#ffb19e;
--grapefruit-pulp:#ff6e61;
}