Color names in this palette
CSS code for this palette
/* CSS */
.carrot {
color: #ff713d;
}
.hawaiian-passion {
color: #ff9b3d;
}
.tuscan-sun {
color: #ffd84d;
}
.highlighter-yellow {
color: #f2e93a;
}
.devil-s-grass {
color: #4cae4f;
}
/* CSS Variables */
:root {
--carrot:#ff713d;
--hawaiian-passion:#ff9b3d;
--tuscan-sun:#ffd84d;
--highlighter-yellow:#f2e93a;
--devil-s-grass:#4cae4f;
}