Color names in this palette
CSS code for this palette
/* CSS */
.magnolia-spring {
color: #f4f2e6;
}
.afghan-hound {
color: #e4d6b4;
}
.butterbrot {
color: #c1b07b;
}
.shiny-gold {
color: #b0a163;
}
.japanese-iris {
color: #7d5d3b;
}
/* CSS Variables */
:root {
--magnolia-spring:#f4f2e6;
--afghan-hound:#e4d6b4;
--butterbrot:#c1b07b;
--shiny-gold:#b0a163;
--japanese-iris:#7d5d3b;
}