Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #f5c400;
}
.herb-robert {
color: #d9a4e0;
}
.murano-soft-blue {
color: #c7d6f0;
}
.luminescent-blue {
color: #a2e2e6;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#f5c400;
--herb-robert:#d9a4e0;
--murano-soft-blue:#c7d6f0;
--luminescent-blue:#a2e2e6;
}