Color names in this palette
CSS code for this palette
/* CSS */
.shocking-orange {
color: #ff6d1f;
}
.vitamin-c {
color: #ff9900;
}
.forsythia {
color: #ffc800;
}
.super-saiyan {
color: #ffdd00;
}
.lemon-bundt-cake {
color: #fff59e;
}
/* CSS Variables */
:root {
--shocking-orange:#ff6d1f;
--vitamin-c:#ff9900;
--forsythia:#ffc800;
--super-saiyan:#ffdd00;
--lemon-bundt-cake:#fff59e;
}