Color names in this palette
CSS code for this palette
/* CSS */
.mango-tango {
color: #ff7e42;
}
.floral-leaf {
color: #ffb84d;
}
.sun-drenched {
color: #ffe5a3;
}
.kul-sharif-blue {
color: #80d4ff;
}
.lucid-dream {
color: #5f2f92;
}
/* CSS Variables */
:root {
--mango-tango:#ff7e42;
--floral-leaf:#ffb84d;
--sun-drenched:#ffe5a3;
--kul-sharif-blue:#80d4ff;
--lucid-dream:#5f2f92;
}