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: #4e8352;
}
.color-2 {
color: #709975;
}
.color-3 {
color: #86a789;
}
.color-4 {
color: #9ab69c;
}
.color-5 {
color: #b2c7b5;
}

/* CSS Variables */
:root {
--color-1: #4e8352;
--color-2: #709975;
--color-3: #86a789;
--color-4: #9ab69c;
--color-5: #b2c7b5;
}

Emerald Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e8352, #709975, #86a789, #9ab69c, #b2c7b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e8352, #709975, #86a789, #9ab69c, #b2c7b5);
}

Emerald Breeze color palette created on .