Color names in this palette
CSS code for this palette
/* CSS */
.burgundy-wine {
color: #6b3e3d;
}
.runelord-brass {
color: #b6a89a;
}
.italian-straw {
color: #e7d0a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.emergency-zone {
color: #e7693c;
}
/* CSS Variables */
:root {
--burgundy-wine:#6b3e3d;
--runelord-brass:#b6a89a;
--italian-straw:#e7d0a2;
--solar-plexus-chakra:#f1c84b;
--emergency-zone:#e7693c;
}