Color names in this palette
CSS code for this palette
/* CSS */
.woven-gold {
color: #d6b73d;
}
.garbanzo-bean {
color: #f2d5a6;
}
.berry-popsicle {
color: #d4a5c8;
}
.persian-jewel {
color: #697eba;
}
.chinese-porcelain {
color: #3f5f7d;
}
/* CSS Variables */
:root {
--woven-gold:#d6b73d;
--garbanzo-bean:#f2d5a6;
--berry-popsicle:#d4a5c8;
--persian-jewel:#697eba;
--chinese-porcelain:#3f5f7d;
}