Eclipse Vision Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eclipse Vision palette
Eclipse Vision color palette CSS
/* CSS */
.color-1 {
color: #1b2a69;
}
.color-2 {
color: #4c6c8a;
}
.color-3 {
color: #87a5b0;
}
.color-4 {
color: #efa47b;
}
.color-5 {
color: #f9d958;
}
/* CSS Variables */
:root {
--color-1: #1b2a69;
--color-2: #4c6c8a;
--color-3: #87a5b0;
--color-4: #efa47b;
--color-5: #f9d958;
}
Eclipse Vision background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b2a69, #4c6c8a, #87a5b0, #efa47b, #f9d958);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b2a69, #4c6c8a, #87a5b0, #efa47b, #f9d958);
}
Similar color palettes
Scroll down to explore 300+ Blue color palettes
Eclipse Vision color palette created on .