Color names in this palette
CSS code for this palette
/* CSS */
.philippine-yellow {
color: #facc00;
}
.shocking-orange {
color: #ff6d1f;
}
.coquelicot {
color: #ff3c00;
}
.moth-orchid {
color: #d6006f;
}
.vivid-burgundy {
color: #9d1b33;
}
/* CSS Variables */
:root {
--philippine-yellow:#facc00;
--shocking-orange:#ff6d1f;
--coquelicot:#ff3c00;
--moth-orchid:#d6006f;
--vivid-burgundy:#9d1b33;
}