Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.floral-leaf {
color: #ffb84d;
}
.beige-topaz {
color: #ffc87a;
}
.south-shore-sun {
color: #ffda9e;
}
.crushed-cashew {
color: #ffedd6;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--floral-leaf:#ffb84d;
--beige-topaz:#ffc87a;
--south-shore-sun:#ffda9e;
--crushed-cashew:#ffedd6;
}