Color names in this palette
CSS code for this palette
/* CSS */
.sunday-afternoon {
color: #f4c47b;
}
.va-va-voom {
color: #e6b34c;
}
.roman-gold {
color: #d69b2e;
}
.turmeric-brown {
color: #c48012;
}
.butter-fudge {
color: #a85f00;
}
/* CSS Variables */
:root {
--sunday-afternoon:#f4c47b;
--va-va-voom:#e6b34c;
--roman-gold:#d69b2e;
--turmeric-brown:#c48012;
--butter-fudge:#a85f00;
}