Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.dandelion-yellow {
color: #f8d63f;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.cruise {
color: #b4e4d5;
}
.tropic-turquoise {
color: #65b3a1;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--dandelion-yellow:#f8d63f;
--smooth-as-corn-silk:#f6e5b1;
--cruise:#b4e4d5;
--tropic-turquoise:#65b3a1;
}