Eclipse Essence Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eclipse Essence palette

Share this palette to:

Eclipse Essence color palette CSS

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #4a4e55;
}
.color-3 {
color: #7a7e85;
}
.color-4 {
color: #afb3b6;
}
.color-5 {
color: #f1f2f4;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #4a4e55;
--color-3: #7a7e85;
--color-4: #afb3b6;
--color-5: #f1f2f4;
}

Eclipse Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #4a4e55, #7a7e85, #afb3b6, #f1f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #4a4e55, #7a7e85, #afb3b6, #f1f2f4);
}

Eclipse Essence color palette created on .