Color names in this palette
CSS code for this palette
/* CSS */
.flatty-yellow {
color: #fae500;
}
.cyber-yellow {
color: #ffd500;
}
.forsythia {
color: #ffc800;
}
.fresh-squeezed {
color: #ffae00;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--flatty-yellow:#fae500;
--cyber-yellow:#ffd500;
--forsythia:#ffc800;
--fresh-squeezed:#ffae00;
--mandarin-peel:#ff9d00;
}