Pink Clean Girl Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Clean Girl palette
Color Inspiration
Images that showcase this color palette in real designs
Download Pink Clean Girl Color Palette (PNG)
Pink Clean Girl color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f0e7d6;
}
.color-3 {
color: #e6c9b7;
}
.color-4 {
color: #d3a7b4;
}
.color-5 {
color: #cc8fb8;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f0e7d6;
--color-3: #e6c9b7;
--color-4: #d3a7b4;
--color-5: #cc8fb8;
}
Pink Clean Girl background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f0e7d6, #e6c9b7, #d3a7b4, #cc8fb8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f0e7d6, #e6c9b7, #d3a7b4, #cc8fb8);
}
Similar color palettes
Pink Clean Girl color palette created on .