Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.anna-banana {
color: #f7d14b;
}
.american-yellow {
color: #f5b400;
}
.luminous-apricot {
color: #eabe57;
}
.golden-beryl-yellow {
color: #d6a800;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--anna-banana:#f7d14b;
--american-yellow:#f5b400;
--luminous-apricot:#eabe57;
--golden-beryl-yellow:#d6a800;
}