Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #faa200;
}
.lemon-chrome {
color: #faaf00;
}
.super-saiyan {
color: #ffdd00;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
/* CSS Variables */
:root {
--mad-for-mango:#faa200;
--lemon-chrome:#faaf00;
--super-saiyan:#ffdd00;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
}