Blushing Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Sunrise palette

Share this palette to:

Blushing Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ea2e3b;
}
.color-2 {
color: #f66c6a;
}
.color-3 {
color: #f8a2a0;
}
.color-4 {
color: #f9dbb4;
}
.color-5 {
color: #f8e2a5;
}

/* CSS Variables */
:root {
--color-1: #ea2e3b;
--color-2: #f66c6a;
--color-3: #f8a2a0;
--color-4: #f9dbb4;
--color-5: #f8e2a5;
}

Blushing Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea2e3b, #f66c6a, #f8a2a0, #f9dbb4, #f8e2a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea2e3b, #f66c6a, #f8a2a0, #f9dbb4, #f8e2a5);
}

Blushing Sunrise color palette created on .