Emerald Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Breeze palette

Share this palette to:

Emerald Breeze color palette CSS

/* CSS */
.color-1 {
color: #71a871;
}
.color-2 {
color: #9ac19c;
}
.color-3 {
color: #b7d2b7;
}
.color-4 {
color: #d3e4d3;
}
.color-5 {
color: #eff5f0;
}

/* CSS Variables */
:root {
--color-1: #71a871;
--color-2: #9ac19c;
--color-3: #b7d2b7;
--color-4: #d3e4d3;
--color-5: #eff5f0;
}

Emerald Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #71a871, #9ac19c, #b7d2b7, #d3e4d3, #eff5f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #71a871, #9ac19c, #b7d2b7, #d3e4d3, #eff5f0);
}

Emerald Breeze color palette created on .