Soft Green Rue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Green Rue palette

Share this palette to:

Download Soft Green Rue Color Palette (PNG)

Download soft green rue color palette PNG image (landscape)
Download soft green rue color palette PNG image (square)

Soft Green Rue color palette CSS

/* CSS */
.color-1 {
color: #799a89;
}
.color-2 {
color: #aed5c0;
}
.color-3 {
color: #e3f2e9;
}
.color-4 {
color: #f7d0a1;
}
.color-5 {
color: #d6a085;
}

/* CSS Variables */
:root {
--color-1: #799a89;
--color-2: #aed5c0;
--color-3: #e3f2e9;
--color-4: #f7d0a1;
--color-5: #d6a085;
}

Soft Green Rue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a89, #aed5c0, #e3f2e9, #f7d0a1, #d6a085);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a89, #aed5c0, #e3f2e9, #f7d0a1, #d6a085);
}

Soft Green Rue color palette created on .