Emerald Depths Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emerald Depths palette

Share this palette to:

Emerald Depths color palette CSS

/* CSS */
.color-1 {
color: #146146;
}
.color-2 {
color: #0c5a4f;
}
.color-3 {
color: #01514f;
}
.color-4 {
color: #064a5b;
}
.color-5 {
color: #004a4d;
}

/* CSS Variables */
:root {
--color-1: #146146;
--color-2: #0c5a4f;
--color-3: #01514f;
--color-4: #064a5b;
--color-5: #004a4d;
}

Emerald Depths background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #146146, #0c5a4f, #01514f, #064a5b, #004a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #146146, #0c5a4f, #01514f, #064a5b, #004a4d);
}

Emerald Depths color palette created on .