Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.pinard-yellow {
color: #f5c800;
}
.eternal-summer {
color: #f5e900;
}
.matcha-powder {
color: #a0d100;
}
.mountain-lake-azure {
color: #4cb8a8;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--pinard-yellow:#f5c800;
--eternal-summer:#f5e900;
--matcha-powder:#a0d100;
--mountain-lake-azure:#4cb8a8;
}