Color names in this palette
CSS code for this palette
/* CSS */
.pressed-flower {
color: #d88dbe;
}
.lavender-candy {
color: #f6b1d6;
}
.sunday-best {
color: #f9c8c9;
}
.deep-fried-sun-rays {
color: #f4c65d;
}
.xanthous {
color: #f3b530;
}
/* CSS Variables */
:root {
--pressed-flower:#d88dbe;
--lavender-candy:#f6b1d6;
--sunday-best:#f9c8c9;
--deep-fried-sun-rays:#f4c65d;
--xanthous:#f3b530;
}