Sprout Strawberry Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sprout Strawberry palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sprout Strawberry Color Palette (PNG)
Sprout Strawberry color palette CSS
/* CSS */
.color-1 {
color: #a9e09e;
}
.color-2 {
color: #f2a1b6;
}
.color-3 {
color: #eb606e;
}
.color-4 {
color: #e3c2a1;
}
.color-5 {
color: #d8eedb;
}
/* CSS Variables */
:root {
--color-1: #a9e09e;
--color-2: #f2a1b6;
--color-3: #eb606e;
--color-4: #e3c2a1;
--color-5: #d8eedb;
}
Sprout Strawberry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e09e, #f2a1b6, #eb606e, #e3c2a1, #d8eedb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e09e, #f2a1b6, #eb606e, #e3c2a1, #d8eedb);
}
Similar color palettes
Sprout Strawberry color palette created on .