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