Pink Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Elegance palette
Pink Elegance color palette CSS
/* CSS */
.color-1 {
color: #f6a2a2;
}
.color-2 {
color: #f5b7c5;
}
.color-3 {
color: #f0c1d3;
}
.color-4 {
color: #e8d9f2;
}
.color-5 {
color: #c1d4e7;
}
/* CSS Variables */
:root {
--color-1: #f6a2a2;
--color-2: #f5b7c5;
--color-3: #f0c1d3;
--color-4: #e8d9f2;
--color-5: #c1d4e7;
}
Pink Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2a2, #f5b7c5, #f0c1d3, #e8d9f2, #c1d4e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2a2, #f5b7c5, #f0c1d3, #e8d9f2, #c1d4e7);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Pink Elegance color palette created on .