Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.consumed-by-fire {
color: #f47f1f;
}
.cakepop-sorbet {
color: #f8c749;
}
.sapling {
color: #a1c75c;
}
.fruit-salad {
color: #4ba04f;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--consumed-by-fire:#f47f1f;
--cakepop-sorbet:#f8c749;
--sapling:#a1c75c;
--fruit-salad:#4ba04f;
}