Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.mad-for-mango {
color: #faa200;
}
.soviet-gold {
color: #ffd900;
}
.mint-macaron {
color: #afeeee;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--mad-for-mango:#faa200;
--soviet-gold:#ffd900;
--mint-macaron:#afeeee;
--secret-story:#ff1492;
}