Pink Animatic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Animatic palette

Share this palette to:

Pink Animatic color palette PNG image

Download pink animatic color palette PNG image (landscape)
Download pink animatic color palette PNG image (square)

Pink Animatic color palette CSS

/* CSS */
.color-1 {
color: #f6e6d5;
}
.color-2 {
color: #f1b6c1;
}
.color-3 {
color: #e48bc8;
}
.color-4 {
color: #a56fbe;
}
.color-5 {
color: #7b5db6;
}

/* CSS Variables */
:root {
--color-1: #f6e6d5;
--color-2: #f1b6c1;
--color-3: #e48bc8;
--color-4: #a56fbe;
--color-5: #7b5db6;
}

Pink Animatic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e6d5, #f1b6c1, #e48bc8, #a56fbe, #7b5db6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e6d5, #f1b6c1, #e48bc8, #a56fbe, #7b5db6);
}

Pink Animatic color palette created on .