Emerald Night Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Night palette

Share this palette to:

Emerald Night color palette CSS

/* CSS */
.color-1 {
color: #1b3c24;
}
.color-2 {
color: #002147;
}
.color-3 {
color: #f7f1e3;
}
.color-4 {
color: #2d2b2a;
}
.color-5 {
color: #4d9f3c;
}

/* CSS Variables */
:root {
--color-1: #1b3c24;
--color-2: #002147;
--color-3: #f7f1e3;
--color-4: #2d2b2a;
--color-5: #4d9f3c;
}

Emerald Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b3c24, #002147, #f7f1e3, #2d2b2a, #4d9f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b3c24, #002147, #f7f1e3, #2d2b2a, #4d9f3c);
}

Emerald Night color palette created on .