Eclipse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eclipse palette
Eclipse color palette PNG image
Eclipse color palette CSS
/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #9a8d98;
}
.color-3 {
color: #c9ada6;
}
.color-4 {
color: #f6f7f8;
}
.color-5 {
color: #f9d2b9;
}
/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #9a8d98;
--color-3: #c9ada6;
--color-4: #f6f7f8;
--color-5: #f9d2b9;
}
Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #9a8d98, #c9ada6, #f6f7f8, #f9d2b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #9a8d98, #c9ada6, #f6f7f8, #f9d2b9);
}
Similar color palettes
Eclipse color palette created on .