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: #d29daa;
}
.color-2 {
color: #eab8cd;
}
.color-3 {
color: #f1d5e2;
}
.color-4 {
color: #f6c1d5;
}
.color-5 {
color: #fbb1b5;
}
/* CSS Variables */
:root {
--color-1: #d29daa;
--color-2: #eab8cd;
--color-3: #f1d5e2;
--color-4: #f6c1d5;
--color-5: #fbb1b5;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d29daa, #eab8cd, #f1d5e2, #f6c1d5, #fbb1b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d29daa, #eab8cd, #f1d5e2, #f6c1d5, #fbb1b5);
}
Similar color palettes
Pink Shades color palette created on .