Color names in this palette
CSS code for this palette
/* CSS */
.metallic-gold {
color: #d4af35;
}
.gobelin-mauve {
color: #5e5b6b;
}
.bermuda-onion {
color: #9f5b92;
}
.dress-up {
color: #f8c6bf;
}
.pink-booties {
color: #f0e0e3;
}
/* CSS Variables */
:root {
--metallic-gold:#d4af35;
--gobelin-mauve:#5e5b6b;
--bermuda-onion:#9f5b92;
--dress-up:#f8c6bf;
--pink-booties:#f0e0e3;
}