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