Color names in this palette
CSS code for this palette
/* CSS */
.golden-apricot {
color: #daa64e;
}
.indian-maize {
color: #e2c14b;
}
.kabacha-brown {
color: #b24f2e;
}
.burnished-russet {
color: #7f3d29;
}
.kelp {
color: #4a4e3b;
}
/* CSS Variables */
:root {
--golden-apricot:#daa64e;
--indian-maize:#e2c14b;
--kabacha-brown:#b24f2e;
--burnished-russet:#7f3d29;
--kelp:#4a4e3b;
}