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: #cbd83b;
}
.color-2 {
color: #c3d79d;
}
.color-3 {
color: #a3d7d0;
}
.color-4 {
color: #76b5e0;
}
.color-5 {
color: #a76c9e;
}

/* CSS Variables */
:root {
--color-1: #cbd83b;
--color-2: #c3d79d;
--color-3: #a3d7d0;
--color-4: #76b5e0;
--color-5: #a76c9e;
}

Serene Meadow Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cbd83b, #c3d79d, #a3d7d0, #76b5e0, #a76c9e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cbd83b, #c3d79d, #a3d7d0, #76b5e0, #a76c9e);
}

Serene Meadow Breeze color palette created on .