Ekleipsis Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ekleipsis palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ekleipsis Color Palette (PNG)
Ekleipsis color palette CSS
/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #4b4e6c;
}
.color-3 {
color: #c5be72;
}
.color-4 {
color: #f9ee76;
}
.color-5 {
color: #ebb866;
}
/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #4b4e6c;
--color-3: #c5be72;
--color-4: #f9ee76;
--color-5: #ebb866;
}
Ekleipsis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #4b4e6c, #c5be72, #f9ee76, #ebb866);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #4b4e6c, #c5be72, #f9ee76, #ebb866);
}
Similar color palettes
Ekleipsis color palette created on .