Color names in this palette
CSS code for this palette
/* CSS */
.mandarin-sorbet {
color: #ffad42;
}
.floral-leaf {
color: #ffb84d;
}
.chanterelles {
color: #ffc96b;
}
.lemon-twist {
color: #ffd95c;
}
.snug-yellow {
color: #ffdb80;
}
/* CSS Variables */
:root {
--mandarin-sorbet:#ffad42;
--floral-leaf:#ffb84d;
--chanterelles:#ffc96b;
--lemon-twist:#ffd95c;
--snug-yellow:#ffdb80;
}