Color names in this palette
CSS code for this palette
/* CSS */
.egyptian-violet {
color: #3c4a6d;
}
.cayman-bay {
color: #4f7a8c;
}
.young-fern {
color: #6ebf7b;
}
.majestic-treasures {
color: #f3e8a5;
}
.mango-tango {
color: #ff7e3d;
}
/* CSS Variables */
:root {
--egyptian-violet:#3c4a6d;
--cayman-bay:#4f7a8c;
--young-fern:#6ebf7b;
--majestic-treasures:#f3e8a5;
--mango-tango:#ff7e3d;
}