Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eclipse palette

Share this palette to:

Eclipse color palette PNG image

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

Eclipse color palette CSS

/* CSS */
.color-1 {
color: #3a3d5f;
}
.color-2 {
color: #4b4f71;
}
.color-3 {
color: #6b6f9e;
}
.color-4 {
color: #b1afd4;
}
.color-5 {
color: #fcf4c5;
}

/* CSS Variables */
:root {
--color-1: #3a3d5f;
--color-2: #4b4f71;
--color-3: #6b6f9e;
--color-4: #b1afd4;
--color-5: #fcf4c5;
}

Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a3d5f, #4b4f71, #6b6f9e, #b1afd4, #fcf4c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a3d5f, #4b4f71, #6b6f9e, #b1afd4, #fcf4c5);
}

Eclipse color palette created on .