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: #f6c9a7;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e76a7d;
}
.color-4 {
color: #e43f5b;
}
.color-5 {
color: #d72839;
}
/* CSS Variables */
:root {
--color-1: #f6c9a7;
--color-2: #f1a8a2;
--color-3: #e76a7d;
--color-4: #e43f5b;
--color-5: #d72839;
}
Pink Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c9a7, #f1a8a2, #e76a7d, #e43f5b, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c9a7, #f1a8a2, #e76a7d, #e43f5b, #d72839);
}
Similar color palettes
Scroll down to explore 100+ Beach color palettes
Pink Shades color palette created on .