Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b800;
}
.dallol-yellow {
color: #fad900;
}
.banana-br-l-e {
color: #f9eab9;
}
.citrus-sachet {
color: #f1c6a7;
}
.goku-orange {
color: #f07e3d;
}
/* CSS Variables */
:root {
--fat-gold:#e6b800;
--dallol-yellow:#fad900;
--banana-br-l-e:#f9eab9;
--citrus-sachet:#f1c6a7;
--goku-orange:#f07e3d;
}