Ancient Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ancient Sunrise palette
Ancient Sunrise color palette PNG image
Ancient Sunrise color palette CSS
/* CSS */
.color-1 {
color: #694e49;
}
.color-2 {
color: #c1a79f;
}
.color-3 {
color: #d7c1b2;
}
.color-4 {
color: #f2e5cf;
}
.color-5 {
color: #f9e6d7;
}
/* CSS Variables */
:root {
--color-1: #694e49;
--color-2: #c1a79f;
--color-3: #d7c1b2;
--color-4: #f2e5cf;
--color-5: #f9e6d7;
}
Ancient Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #694e49, #c1a79f, #d7c1b2, #f2e5cf, #f9e6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #694e49, #c1a79f, #d7c1b2, #f2e5cf, #f9e6d7);
}
Similar color palettes
Scroll down to explore 1000+ colors.ancient color palettes
Ancient Sunrise color palette created on .