Color names in this palette
CSS code for this palette
/* CSS */
.maximum-yellow-red {
color: #f1b74b;
}
.golden-glow {
color: #f8d57c;
}
.sahara-shade {
color: #e4aa62;
}
.seraphim-sepia {
color: #da7f4e;
}
.kabacha-brown {
color: #b1492f;
}
/* CSS Variables */
:root {
--maximum-yellow-red:#f1b74b;
--golden-glow:#f8d57c;
--sahara-shade:#e4aa62;
--seraphim-sepia:#da7f4e;
--kabacha-brown:#b1492f;
}