Serene Meadow Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Meadow Breeze palette

Share this palette to:

Serene Meadow Breeze color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e3e7de;
}
.color-3 {
color: #97d0ed;
}
.color-4 {
color: #ddb43c;
}
.color-5 {
color: #aeafac;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e3e7de;
--color-3: #97d0ed;
--color-4: #ddb43c;
--color-5: #aeafac;
}

Serene Meadow Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e3e7de, #97d0ed, #ddb43c, #aeafac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e3e7de, #97d0ed, #ddb43c, #aeafac);
}

Serene Meadow Breeze color palette created on .