Anya Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Anya palette

Share this palette to:

Anya color palette CSS

/* CSS */
.color-1 {
color: #f6c1d0;
}
.color-2 {
color: #f7a1b1;
}
.color-3 {
color: #f773a6;
}
.color-4 {
color: #d86f94;
}
.color-5 {
color: #a95b79;
}

/* CSS Variables */
:root {
--color-1: #f6c1d0;
--color-2: #f7a1b1;
--color-3: #f773a6;
--color-4: #d86f94;
--color-5: #a95b79;
}

Anya background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d0, #f7a1b1, #f773a6, #d86f94, #a95b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d0, #f7a1b1, #f773a6, #d86f94, #a95b79);
}

Anya color palette created on .