Pink Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Shades palette
Pink Shades color palette CSS
/* CSS */
.color-1 {
color: #ffc29e;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d4a1b1;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #5c3f8d;
}
/* CSS Variables */
:root {
--color-1: #ffc29e;
--color-2: #ff667d;
--color-3: #d4a1b1;
--color-4: #690571;
--color-5: #5c3f8d;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc29e, #ff667d, #d4a1b1, #690571, #5c3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc29e, #ff667d, #d4a1b1, #690571, #5c3f8d);
}
Similar color palettes
Pink Shades color palette created on .