Color names in this palette
CSS code for this palette
/* CSS */
.lilac-lace {
color: #c8a1d4;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.sunny-mood {
color: #f6c84c;
}
.lovely-little-rosy {
color: #e45e6b;
}
.aqua-island {
color: #a1d9d3;
}
/* CSS Variables */
:root {
--lilac-lace:#c8a1d4;
--antique-wicker-basket:#f2d2a1;
--sunny-mood:#f6c84c;
--lovely-little-rosy:#e45e6b;
--aqua-island:#a1d9d3;
}