Sunrise Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunrise Dreams palette

Share this palette to:

Sunrise Dreams color palette PNG image

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

Sunrise Dreams color palette CSS

/* CSS */
.color-1 {
color: #f0e0d1;
}
.color-2 {
color: #e2ba73;
}
.color-3 {
color: #d4593a;
}
.color-4 {
color: #a3c6e0;
}
.color-5 {
color: #799ec8;
}

/* CSS Variables */
:root {
--color-1: #f0e0d1;
--color-2: #e2ba73;
--color-3: #d4593a;
--color-4: #a3c6e0;
--color-5: #799ec8;
}

Sunrise Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e0d1, #e2ba73, #d4593a, #a3c6e0, #799ec8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e0d1, #e2ba73, #d4593a, #a3c6e0, #799ec8);
}

Sunrise Dreams color palette created on .