Color names in this palette
CSS code for this palette
/* CSS */
.bonfire-night {
color: #d9683f;
}
.seraphim-sepia {
color: #d87f4b;
}
.necrophilic-brown {
color: #ddad69;
}
.october-bounty {
color: #e3c5a1;
}
.rose-linen {
color: #e5b19e;
}
/* CSS Variables */
:root {
--bonfire-night:#d9683f;
--seraphim-sepia:#d87f4b;
--necrophilic-brown:#ddad69;
--october-bounty:#e3c5a1;
--rose-linen:#e5b19e;
}