Sunlit Meadow Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Meadow Whispers palette

Share this palette to:

Sunlit Meadow Whispers color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #feffa8;
}
.color-3 {
color: #f2ff9e;
}
.color-4 {
color: #f2fc9c;
}
.color-5 {
color: #dad181;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #feffa8;
--color-3: #f2ff9e;
--color-4: #f2fc9c;
--color-5: #dad181;
}

Sunlit Meadow Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #feffa8, #f2ff9e, #f2fc9c, #dad181);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #feffa8, #f2ff9e, #f2fc9c, #dad181);
}

Sunlit Meadow Whispers color palette created on .