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