Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.pinard-yellow {
color: #f5c800;
}
.dilly-dally {
color: #f7e05e;
}
.spring-kiss {
color: #e1f3af;
}
.pistachio-green {
color: #a5d69e;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--pinard-yellow:#f5c800;
--dilly-dally:#f7e05e;
--spring-kiss:#e1f3af;
--pistachio-green:#a5d69e;
}