Color names in this palette
CSS code for this palette
/* CSS */
.24-carrot {
color: #e7711d;
}
.orange-pospsicle {
color: #f4a20b;
}
.go-bananas {
color: #f8cb4f;
}
.lemon-ice-yellow {
color: #f6e3a7;
}
.limelight {
color: #edeb6e;
}
/* CSS Variables */
:root {
--24-carrot:#e7711d;
--orange-pospsicle:#f4a20b;
--go-bananas:#f8cb4f;
--lemon-ice-yellow:#f6e3a7;
--limelight:#edeb6e;
}