Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.maize {
color: #f6cf51;
}
.storm-lightning {
color: #f9e59f;
}
.wave-top {
color: #b1d8d2;
}
.derby-green {
color: #5b9a89;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--maize:#f6cf51;
--storm-lightning:#f9e59f;
--wave-top:#b1d8d2;
--derby-green:#5b9a89;
}