Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #faa200;
}
.shocking-orange {
color: #ff6d1f;
}
.nature-apricot {
color: #ffb7a3;
}
.serendipity {
color: #c1e1d9;
}
.dioptase-green {
color: #499c8c;
}
/* CSS Variables */
:root {
--mad-for-mango:#faa200;
--shocking-orange:#ff6d1f;
--nature-apricot:#ffb7a3;
--serendipity:#c1e1d9;
--dioptase-green:#499c8c;
}