Color names in this palette
CSS code for this palette
/* CSS */
.what-we-do-in-the-shadows {
color: #4d0f25;
}
.velvet-cake {
color: #982a3c;
}
.desert-coral {
color: #d2675b;
}
.polished-gold {
color: #f2a85a;
}
.venetian-yellow {
color: #f8e3a0;
}
/* CSS Variables */
:root {
--what-we-do-in-the-shadows:#4d0f25;
--velvet-cake:#982a3c;
--desert-coral:#d2675b;
--polished-gold:#f2a85a;
--venetian-yellow:#f8e3a0;
}