Color names in this palette
CSS code for this palette
/* CSS */
.smiley-face {
color: #ffc861;
}
.old-laser-lemon {
color: #f9f971;
}
.grapefruit-pulp {
color: #ff6e61;
}
.fireglow {
color: #d85f41;
}
.bacchanalia-red {
color: #8d3a3a;
}
/* CSS Variables */
:root {
--smiley-face:#ffc861;
--old-laser-lemon:#f9f971;
--grapefruit-pulp:#ff6e61;
--fireglow:#d85f41;
--bacchanalia-red:#8d3a3a;
}