Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.deep-fried-sun-rays {
color: #f6c55a;
}
.optimistic-yellow {
color: #f7e0a6;
}
.crystal {
color: #a4d7df;
}
.tort {
color: #5b8f8e;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--deep-fried-sun-rays:#f6c55a;
--optimistic-yellow:#f7e0a6;
--crystal:#a4d7df;
--tort:#5b8f8e;
}