Sunlit Meadow Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Meadow Whisper palette

Share this palette to:

Sunlit Meadow Whisper color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #eff5fb;
}
.color-3 {
color: #fdd617;
}
.color-4 {
color: #cdccb1;
}
.color-5 {
color: #83bb63;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #eff5fb;
--color-3: #fdd617;
--color-4: #cdccb1;
--color-5: #83bb63;
}

Sunlit Meadow Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #eff5fb, #fdd617, #cdccb1, #83bb63);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #eff5fb, #fdd617, #cdccb1, #83bb63);
}

Sunlit Meadow Whisper color palette created on .