Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.fiery-glow {
color: #f14f1e;
}
.gusto-gold {
color: #f6a523;
}
.haba-ero-gold {
color: #ffcf3d;
}
.yellow-cattleya {
color: #fff04d;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--fiery-glow:#f14f1e;
--gusto-gold:#f6a523;
--haba-ero-gold:#ffcf3d;
--yellow-cattleya:#fff04d;
}