Pink Eclipse Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Eclipse palette

Share this palette to:

Pink Eclipse color palette CSS

/* CSS */
.color-1 {
color: #f6e0c1;
}
.color-2 {
color: #f1b8a2;
}
.color-3 {
color: #f0848d;
}
.color-4 {
color: #d25b9a;
}
.color-5 {
color: #a76dba;
}

/* CSS Variables */
:root {
--color-1: #f6e0c1;
--color-2: #f1b8a2;
--color-3: #f0848d;
--color-4: #d25b9a;
--color-5: #a76dba;
}

Pink Eclipse background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e0c1, #f1b8a2, #f0848d, #d25b9a, #a76dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e0c1, #f1b8a2, #f0848d, #d25b9a, #a76dba);
}

Pink Eclipse color palette created on .