Color names in this palette
CSS code for this palette
/* CSS */
.gusto-gold {
color: #f6a823;
}
.vivid-red-tangelo {
color: #e05d24;
}
.rose-of-sharon {
color: #aa502c;
}
.wenge-black {
color: #3d292a;
}
.gluon-grey {
color: #1b1b1d;
}
/* CSS Variables */
:root {
--gusto-gold:#f6a823;
--vivid-red-tangelo:#e05d24;
--rose-of-sharon:#aa502c;
--wenge-black:#3d292a;
--gluon-grey:#1b1b1d;
}