Color names in this palette
CSS code for this palette
/* CSS */
.wishy-washy-lilies {
color: #f6dfe6;
}
.lavender-candy {
color: #f9b4d6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.quack-quack {
color: #ffeb8a;
}
/* CSS Variables */
:root {
--wishy-washy-lilies:#f6dfe6;
--lavender-candy:#f9b4d6;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--quack-quack:#ffeb8a;
}