Color names in this palette
CSS code for this palette
/* CSS */
.lazy-daisy {
color: #f6e8a2;
}
.yellow-currant {
color: #f5c76b;
}
.spicy-sweetcorn {
color: #f5a700;
}
.consumed-by-fire {
color: #f1801e;
}
.ake-blood {
color: #d43725;
}
/* CSS Variables */
:root {
--lazy-daisy:#f6e8a2;
--yellow-currant:#f5c76b;
--spicy-sweetcorn:#f5a700;
--consumed-by-fire:#f1801e;
--ake-blood:#d43725;
}