Color names in this palette
CSS code for this palette
/* CSS */
.pretty-petunia {
color: #d0b0e3;
}
.pale-petunia {
color: #f9bec6;
}
.lazy-daisy {
color: #f5e89e;
}
.dead-99 {
color: #9ae0b2;
}
.clean-pool {
color: #49b9e9;
}
/* CSS Variables */
:root {
--pretty-petunia:#d0b0e3;
--pale-petunia:#f9bec6;
--lazy-daisy:#f5e89e;
--dead-99:#9ae0b2;
--clean-pool:#49b9e9;
}