Color names in this palette
CSS code for this palette
/* CSS */
.mythical-wine {
color: #790b13;
}
.heartthrob {
color: #a52c34;
}
.bugman-s-glow {
color: #d05d49;
}
.sandy-brown {
color: #f5a85b;
}
.blended-fruit {
color: #f9e1a4;
}
/* CSS Variables */
:root {
--mythical-wine:#790b13;
--heartthrob:#a52c34;
--bugman-s-glow:#d05d49;
--sandy-brown:#f5a85b;
--blended-fruit:#f9e1a4;
}