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