Eclipse Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eclipse Dreams palette
Eclipse Dreams color palette CSS
/* CSS */
.color-1 {
color: #1c2b45;
}
.color-2 {
color: #496a92;
}
.color-3 {
color: #7ba8c6;
}
.color-4 {
color: #f2b654;
}
.color-5 {
color: #d34d3c;
}
/* CSS Variables */
:root {
--color-1: #1c2b45;
--color-2: #496a92;
--color-3: #7ba8c6;
--color-4: #f2b654;
--color-5: #d34d3c;
}
Eclipse Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c2b45, #496a92, #7ba8c6, #f2b654, #d34d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c2b45, #496a92, #7ba8c6, #f2b654, #d34d3c);
}
Similar color palettes
Eclipse Dreams color palette created on .