Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.marigold-dust {
color: #f8cf3a;
}
.siesta-sands {
color: #f1e6df;
}
.southern-belle {
color: #a4dac2;
}
.derby-green {
color: #599b8b;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--marigold-dust:#f8cf3a;
--siesta-sands:#f1e6df;
--southern-belle:#a4dac2;
--derby-green:#599b8b;
}