Wise Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Wise Green palette

Share this palette to:

Wise Green color palette CSS

/* CSS */
.color-1 {
color: #b6c8a7;
}
.color-2 {
color: #f3e9c9;
}
.color-3 {
color: #f9c54e;
}
.color-4 {
color: #f94346;
}
.color-5 {
color: #56768f;
}

/* CSS Variables */
:root {
--color-1: #b6c8a7;
--color-2: #f3e9c9;
--color-3: #f9c54e;
--color-4: #f94346;
--color-5: #56768f;
}

Wise Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8a7, #f3e9c9, #f9c54e, #f94346, #56768f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8a7, #f3e9c9, #f9c54e, #f94346, #56768f);
}

Wise Green color palette created on .