Green Cafe Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Green Cafe palette

Share this palette to:

Green Cafe color palette CSS

/* CSS */
.color-1 {
color: #3d5a2b;
}
.color-2 {
color: #8f9b59;
}
.color-3 {
color: #d1c889;
}
.color-4 {
color: #f2b53a;
}
.color-5 {
color: #c34e3c;
}

/* CSS Variables */
:root {
--color-1: #3d5a2b;
--color-2: #8f9b59;
--color-3: #d1c889;
--color-4: #f2b53a;
--color-5: #c34e3c;
}

Green Cafe background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d5a2b, #8f9b59, #d1c889, #f2b53a, #c34e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d5a2b, #8f9b59, #d1c889, #f2b53a, #c34e3c);
}

Green Cafe color palette created on .