Color names in this palette
CSS code for this palette
/* CSS */
.mango {
color: #faaa29;
}
.sunny-mood {
color: #f7c94b;
}
.majestic-treasures {
color: #f2e6a1;
}
.exotic-violet {
color: #e6a2cd;
}
.paris-pink {
color: #d66b8b;
}
/* CSS Variables */
:root {
--mango:#faaa29;
--sunny-mood:#f7c94b;
--majestic-treasures:#f2e6a1;
--exotic-violet:#e6a2cd;
--paris-pink:#d66b8b;
}