Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f7e1a1;
}
.golden-glam {
color: #f4b943;
}
.burning-trail {
color: #f09a28;
}
.bonfire-night {
color: #db6a3d;
}
.tripleberry {
color: #792a3b;
}
/* CSS Variables */
:root {
--venetian-yellow:#f7e1a1;
--golden-glam:#f4b943;
--burning-trail:#f09a28;
--bonfire-night:#db6a3d;
--tripleberry:#792a3b;
}