Pink Amore Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Amore palette

Share this palette to:

Pink Amore color palette CSS

/* CSS */
.color-1 {
color: #f1a7c5;
}
.color-2 {
color: #f5b2e5;
}
.color-3 {
color: #f1d0e5;
}
.color-4 {
color: #f3e2b9;
}
.color-5 {
color: #f7c39c;
}

/* CSS Variables */
:root {
--color-1: #f1a7c5;
--color-2: #f5b2e5;
--color-3: #f1d0e5;
--color-4: #f3e2b9;
--color-5: #f7c39c;
}

Pink Amore background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c5, #f5b2e5, #f1d0e5, #f3e2b9, #f7c39c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c5, #f5b2e5, #f1d0e5, #f3e2b9, #f7c39c);
}

Pink Amore color palette created on .