Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f6b1d7;
}
.lazy-daisy {
color: #f3e9a0;
}
.fresh-pineapple {
color: #f5d64d;
}
.overtone {
color: #a2e6b7;
}
.after-burn {
color: #ff8e61;
}
/* CSS Variables */
:root {
--lavender-candy:#f6b1d7;
--lazy-daisy:#f3e9a0;
--fresh-pineapple:#f5d64d;
--overtone:#a2e6b7;
--after-burn:#ff8e61;
}