Eclipse Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eclipse Dreams palette
Eclipse Dreams color palette PNG image
Eclipse Dreams color palette CSS
/* CSS */
.color-1 {
color: #16204b;
}
.color-2 {
color: #25336a;
}
.color-3 {
color: #37418b;
}
.color-4 {
color: #5253a3;
}
.color-5 {
color: #aa92c3;
}
/* CSS Variables */
:root {
--color-1: #16204b;
--color-2: #25336a;
--color-3: #37418b;
--color-4: #5253a3;
--color-5: #aa92c3;
}
Eclipse Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #16204b, #25336a, #37418b, #5253a3, #aa92c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #16204b, #25336a, #37418b, #5253a3, #aa92c3);
}
Similar color palettes
Eclipse Dreams color palette created on .