Whispers of Sunlit Meadows Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Sunlit Meadows palette

Share this palette to:

Whispers of Sunlit Meadows color palette CSS

/* CSS */
.color-1 {
color: #fdfdfc;
}
.color-2 {
color: #f7f6ed;
}
.color-3 {
color: #f3efdd;
}
.color-4 {
color: #dcdbcb;
}
.color-5 {
color: #d0d798;
}

/* CSS Variables */
:root {
--color-1: #fdfdfc;
--color-2: #f7f6ed;
--color-3: #f3efdd;
--color-4: #dcdbcb;
--color-5: #d0d798;
}

Whispers of Sunlit Meadows background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfdfc, #f7f6ed, #f3efdd, #dcdbcb, #d0d798);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfdfc, #f7f6ed, #f3efdd, #dcdbcb, #d0d798);
}

Similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Whispers of Sunlit Meadows color palette created on .