Jade Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jade Breeze palette
Jade Breeze color palette CSS
/* CSS */
.color-1 {
color: #004d38;
}
.color-2 {
color: #00574e;
}
.color-3 {
color: #006159;
}
.color-4 {
color: #1c7d6e;
}
.color-5 {
color: #2b7863;
}
/* CSS Variables */
:root {
--color-1: #004d38;
--color-2: #00574e;
--color-3: #006159;
--color-4: #1c7d6e;
--color-5: #2b7863;
}
Jade Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004d38, #00574e, #006159, #1c7d6e, #2b7863);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004d38, #00574e, #006159, #1c7d6e, #2b7863);
}
Similar color palettes
Jade Breeze color palette created on .