Color names in this palette
CSS code for this palette
/* CSS */
.antique-wicker-basket {
color: #f6d2a2;
}
.mystic-tulip {
color: #f7b5a1;
}
.rose-mallow {
color: #f1a7c7;
}
.bright-ube {
color: #d699eb;
}
.break-the-ice {
color: #b2e0f0;
}
/* CSS Variables */
:root {
--antique-wicker-basket:#f6d2a2;
--mystic-tulip:#f7b5a1;
--rose-mallow:#f1a7c7;
--bright-ube:#d699eb;
--break-the-ice:#b2e0f0;
}