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