Sunshine Meadow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunshine Meadow palette

Share this palette to:

Sunshine Meadow color palette PNG image

Download sunshine meadow color palette PNG image (landscape)
Download sunshine meadow color palette PNG image (square)

Sunshine Meadow color palette CSS

/* CSS */
.color-1 {
color: #ffff00;
}
.color-2 {
color: #0bd08b;
}
.color-3 {
color: #aae14c;
}
.color-4 {
color: #f3f16d;
}
.color-5 {
color: #5c9d2a;
}

/* CSS Variables */
:root {
--color-1: #ffff00;
--color-2: #0bd08b;
--color-3: #aae14c;
--color-4: #f3f16d;
--color-5: #5c9d2a;
}

Sunshine Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffff00, #0bd08b, #aae14c, #f3f16d, #5c9d2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffff00, #0bd08b, #aae14c, #f3f16d, #5c9d2a);
}

Sunshine Meadow color palette created on .