Color names in this palette
CSS code for this palette
/* CSS */
.spring-yellow {
color: #f3e77c;
}
.lemon-dream {
color: #f0a400;
}
.mee-hua-sunset {
color: #f07800;
}
.deep-orange {
color: #d64f00;
}
.dropped-brick {
color: #b83100;
}
/* CSS Variables */
:root {
--spring-yellow:#f3e77c;
--lemon-dream:#f0a400;
--mee-hua-sunset:#f07800;
--deep-orange:#d64f00;
--dropped-brick:#b83100;
}