Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eclipse palette

Share this palette to:

Download Eclipse Color Palette (PNG)

Download eclipse color palette PNG image (landscape)
Download eclipse color palette PNG image (square)

Eclipse color palette CSS

/* CSS */
.color-1 {
color: #1a0c2c;
}
.color-2 {
color: #5b4d89;
}
.color-3 {
color: #907099;
}
.color-4 {
color: #dab9c2;
}
.color-5 {
color: #f8d8a0;
}

/* CSS Variables */
:root {
--color-1: #1a0c2c;
--color-2: #5b4d89;
--color-3: #907099;
--color-4: #dab9c2;
--color-5: #f8d8a0;
}

Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a0c2c, #5b4d89, #907099, #dab9c2, #f8d8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a0c2c, #5b4d89, #907099, #dab9c2, #f8d8a0);
}

Similar color palettes

Eclipse color palette created on .