Sprout Seedly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sprout Seedly palette
Sprout Seedly color palette PNG image
Sprout Seedly color palette CSS
/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #6abe8d;
}
.color-3 {
color: #4c9a79;
}
.color-4 {
color: #3a785d;
}
.color-5 {
color: #2e5c49;
}
/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #6abe8d;
--color-3: #4c9a79;
--color-4: #3a785d;
--color-5: #2e5c49;
}
Sprout Seedly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #6abe8d, #4c9a79, #3a785d, #2e5c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #6abe8d, #4c9a79, #3a785d, #2e5c49);
}
Similar color palettes
Scroll down to explore 1000+ colors.sprout color palettes
Sprout Seedly color palette created on .