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: #f5f5f5;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #7a7a7a;
}
.color-4 {
color: #4a4a4a;
}
.color-5 {
color: #2e2e2e;
}

/* CSS Variables */
:root {
--color-1: #f5f5f5;
--color-2: #b0b0b0;
--color-3: #7a7a7a;
--color-4: #4a4a4a;
--color-5: #2e2e2e;
}

Eclipse Essence background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f5, #b0b0b0, #7a7a7a, #4a4a4a, #2e2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f5, #b0b0b0, #7a7a7a, #4a4a4a, #2e2e2e);
}

Eclipse Essence color palette created on .