Pink Animatic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Animatic palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Animatic Color Palette (PNG)
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);
}
Similar color palettes
Pink Animatic color palette created on .