Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.strawberry-avalanche {
color: #f4533e;
}
.spanish-yellow {
color: #f8ba12;
}
.lime-time {
color: #f0e738;
}
.burst-of-lime {
color: #a7d94a;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--strawberry-avalanche:#f4533e;
--spanish-yellow:#f8ba12;
--lime-time:#f0e738;
--burst-of-lime:#a7d94a;
}