Elegant Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Sunrise palette

Share this palette to:

Elegant Sunrise color palette PNG image

Download elegant sunrise color palette PNG image (landscape)
Download elegant sunrise color palette PNG image (square)

Elegant Sunrise color palette CSS

/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #a0d7e9;
}
.color-3 {
color: #d1b37a;
}
.color-4 {
color: #e6c6e6;
}
.color-5 {
color: #f3f3a0;
}

/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #a0d7e9;
--color-3: #d1b37a;
--color-4: #e6c6e6;
--color-5: #f3f3a0;
}

Elegant Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #a0d7e9, #d1b37a, #e6c6e6, #f3f3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #a0d7e9, #d1b37a, #e6c6e6, #f3f3a0);
}

Elegant Sunrise color palette created on .