Emerald Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emerald Breeze palette
Emerald Breeze color palette CSS
/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #60be7f;
}
.color-3 {
color: #8fdc8f;
}
.color-4 {
color: #c2e4b4;
}
.color-5 {
color: #f3faeb;
}
/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #60be7f;
--color-3: #8fdc8f;
--color-4: #c2e4b4;
--color-5: #f3faeb;
}
Emerald Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #60be7f, #8fdc8f, #c2e4b4, #f3faeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #60be7f, #8fdc8f, #c2e4b4, #f3faeb);
}
Similar color palettes
Scroll down to explore 300+ Green color palettes
Emerald Breeze color palette created on .