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