Emerald Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Whispers palette

Share this palette to:

Emerald Whispers color palette CSS

/* CSS */
.color-1 {
color: #3a4b3a;
}
.color-2 {
color: #445544;
}
.color-3 {
color: #546850;
}
.color-4 {
color: #6e7c6a;
}
.color-5 {
color: #8b8b74;
}

/* CSS Variables */
:root {
--color-1: #3a4b3a;
--color-2: #445544;
--color-3: #546850;
--color-4: #6e7c6a;
--color-5: #8b8b74;
}

Emerald Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a4b3a, #445544, #546850, #6e7c6a, #8b8b74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a4b3a, #445544, #546850, #6e7c6a, #8b8b74);
}

Emerald Whispers color palette created on .