Color names in this palette
CSS code for this palette
/* CSS */
.carrot {
color: #ff713d;
}
.vintage-orange {
color: #ffb35c;
}
.snug-yellow {
color: #ffdb80;
}
.dingy-sticky-note {
color: #e3f2a1;
}
.lime-dream {
color: #c2eabd;
}
/* CSS Variables */
:root {
--carrot:#ff713d;
--vintage-orange:#ffb35c;
--snug-yellow:#ffdb80;
--dingy-sticky-note:#e3f2a1;
--lime-dream:#c2eabd;
}