Eternal Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eternal Eclipse palette

Share this palette to:

Eternal Eclipse color palette CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #6f2c90;
}
.color-3 {
color: #a45fbf;
}
.color-4 {
color: #ea5d7e;
}
.color-5 {
color: #f7a1c5;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #6f2c90;
--color-3: #a45fbf;
--color-4: #ea5d7e;
--color-5: #f7a1c5;
}

Eternal Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #6f2c90, #a45fbf, #ea5d7e, #f7a1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #6f2c90, #a45fbf, #ea5d7e, #f7a1c5);
}

Eternal Eclipse color palette created on .