Color names in this palette
CSS code for this palette
/* CSS */
.flavescent {
color: #f6e88e;
}
.deep-fried-sun-rays {
color: #f3c45e;
}
.golden-hamster {
color: #d6a13d;
}
.brown-alpaca {
color: #b7692a;
}
.kofta-brown {
color: #883520;
}
/* CSS Variables */
:root {
--flavescent:#f6e88e;
--deep-fried-sun-rays:#f3c45e;
--golden-hamster:#d6a13d;
--brown-alpaca:#b7692a;
--kofta-brown:#883520;
}