Cozy Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cozy Green palette

Share this palette to:

Download Cozy Green Color Palette (PNG)

Download cozy green color palette PNG image (landscape)
Download cozy green color palette PNG image (square)

Cozy Green color palette CSS

/* CSS */
.color-1 {
color: #6fbe91;
}
.color-2 {
color: #3a7e4f;
}
.color-3 {
color: #2a5a3a;
}
.color-4 {
color: #d3e0b8;
}
.color-5 {
color: #f5f9e6;
}

/* CSS Variables */
:root {
--color-1: #6fbe91;
--color-2: #3a7e4f;
--color-3: #2a5a3a;
--color-4: #d3e0b8;
--color-5: #f5f9e6;
}

Cozy Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fbe91, #3a7e4f, #2a5a3a, #d3e0b8, #f5f9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fbe91, #3a7e4f, #2a5a3a, #d3e0b8, #f5f9e6);
}

Cozy Green color palette created on .