Dreamy Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Sunrise palette

Share this palette to:

Dreamy Sunrise color palette CSS

/* CSS */
.color-1 {
color: #e0b8d2;
}
.color-2 {
color: #e8ad91;
}
.color-3 {
color: #8eccd7;
}
.color-4 {
color: #e5a38b;
}
.color-5 {
color: #ccadd7;
}

/* CSS Variables */
:root {
--color-1: #e0b8d2;
--color-2: #e8ad91;
--color-3: #8eccd7;
--color-4: #e5a38b;
--color-5: #ccadd7;
}

Dreamy Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b8d2, #e8ad91, #8eccd7, #e5a38b, #ccadd7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b8d2, #e8ad91, #8eccd7, #e5a38b, #ccadd7);
}

Dreamy Sunrise color palette created on .