Color names in this palette
CSS code for this palette
/* CSS */
.fireball {
color: #d11f25;
}
.peach-damask {
color: #f8c6a5;
}
.bergamot-orange {
color: #f39e58;
}
.portland-orange {
color: #ff5938;
}
.gold-varnish-brown {
color: #ba5b36;
}
/* CSS Variables */
:root {
--fireball:#d11f25;
--peach-damask:#f8c6a5;
--bergamot-orange:#f39e58;
--portland-orange:#ff5938;
--gold-varnish-brown:#ba5b36;
}