Color names in this palette
CSS code for this palette
/* CSS */
.fresh-pineapple {
color: #f2d450;
}
.optimist-gold {
color: #e6aa51;
}
.seraphim-sepia {
color: #d5814d;
}
.cinnamon-stone {
color: #c85937;
}
.roycroft-copper-red {
color: #7e3b2a;
}
/* CSS Variables */
:root {
--fresh-pineapple:#f2d450;
--optimist-gold:#e6aa51;
--seraphim-sepia:#d5814d;
--cinnamon-stone:#c85937;
--roycroft-copper-red:#7e3b2a;
}