Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.syndicalist {
color: #fac400;
}
.glisten-yellow {
color: #f7e7ab;
}
.tear {
color: #b3d8e0;
}
.cool-blue {
color: #4c89b8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--syndicalist:#fac400;
--glisten-yellow:#f7e7ab;
--tear:#b3d8e0;
--cool-blue:#4c89b8;
}