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