Pink Pure Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Pure palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Pure Color Palette (PNG)
Pink Pure color palette CSS
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d3aee0;
}
.color-4 {
color: #6b5b95;
}
.color-5 {
color: #f7b32b;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d3aee0;
--color-4: #6b5b95;
--color-5: #f7b32b;
}
Pink Pure background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d3aee0, #6b5b95, #f7b32b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d3aee0, #6b5b95, #f7b32b);
}
Similar color palettes
Pink Pure color palette created on .