Ethereal Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Sunrise palette

Share this palette to:

Ethereal Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f1e5c6;
}
.color-2 {
color: #f7d0a1;
}
.color-3 {
color: #f5b14d;
}
.color-4 {
color: #e8a03b;
}
.color-5 {
color: #df683a;
}

/* CSS Variables */
:root {
--color-1: #f1e5c6;
--color-2: #f7d0a1;
--color-3: #f5b14d;
--color-4: #e8a03b;
--color-5: #df683a;
}

Ethereal Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e5c6, #f7d0a1, #f5b14d, #e8a03b, #df683a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e5c6, #f7d0a1, #f5b14d, #e8a03b, #df683a);
}

Ethereal Sunrise color palette created on .