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: #1a3a3d;
}
.color-2 {
color: #002e6b;
}
.color-3 {
color: #f6f0d0;
}
.color-4 {
color: #000000;
}
.color-5 {
color: #9eb7a1;
}

/* CSS Variables */
:root {
--color-1: #1a3a3d;
--color-2: #002e6b;
--color-3: #f6f0d0;
--color-4: #000000;
--color-5: #9eb7a1;
}

Emerald Night background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3a3d, #002e6b, #f6f0d0, #000000, #9eb7a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3a3d, #002e6b, #f6f0d0, #000000, #9eb7a1);
}

Emerald Night color palette created on .