Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.fluffy-duckling {
color: #f7e13b;
}
.fruit-salad {
color: #509b50;
}
.deep-water {
color: #2b6f9c;
}
.lusty-lavender {
color: #8f63b0;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--fluffy-duckling:#f7e13b;
--fruit-salad:#509b50;
--deep-water:#2b6f9c;
--lusty-lavender:#8f63b0;
}