Color names in this palette
CSS code for this palette
/* CSS */
.coquelicot {
color: #ff3c00;
}
.sun-crete {
color: #ff8c00;
}
.soviet-gold {
color: #ffd900;
}
.tunic-green {
color: #00c700;
}
.brandeis-blue {
color: #0073ff;
}
/* CSS Variables */
:root {
--coquelicot:#ff3c00;
--sun-crete:#ff8c00;
--soviet-gold:#ffd900;
--tunic-green:#00c700;
--brandeis-blue:#0073ff;
}