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: #08680b;
}
.color-2 {
color: #0b7916;
}
.color-3 {
color: #0f8517;
}
.color-4 {
color: #12911d;
}
.color-5 {
color: #159e29;
}
/* CSS Variables */
:root {
--color-1: #08680b;
--color-2: #0b7916;
--color-3: #0f8517;
--color-4: #12911d;
--color-5: #159e29;
}
Emerald Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #08680b, #0b7916, #0f8517, #12911d, #159e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #08680b, #0b7916, #0f8517, #12911d, #159e29);
}
Similar color palettes
Scroll down to explore 100+ Green color palettes
Emerald Breeze color palette created on .