Sunlit Eclipse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Eclipse palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunlit Eclipse Color Palette (PNG)
Sunlit Eclipse color palette CSS
/* CSS */
.color-1 {
color: #f6e8a2;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #f09e4c;
}
.color-4 {
color: #a87f3e;
}
.color-5 {
color: #4c4c4d;
}
/* CSS Variables */
:root {
--color-1: #f6e8a2;
--color-2: #f3ca4f;
--color-3: #f09e4c;
--color-4: #a87f3e;
--color-5: #4c4c4d;
}
Sunlit Eclipse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e8a2, #f3ca4f, #f09e4c, #a87f3e, #4c4c4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e8a2, #f3ca4f, #f09e4c, #a87f3e, #4c4c4d);
}
Similar color palettes
Scroll down to explore 1000+ colors.daycare color palettes
Sunlit Eclipse color palette created on .