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: #d02578;
}
.color-2 {
color: #ef6c91;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f8e2af;
}
.color-5 {
color: #f9c9c3;
}

/* CSS Variables */
:root {
--color-1: #d02578;
--color-2: #ef6c91;
--color-3: #f4a462;
--color-4: #f8e2af;
--color-5: #f9c9c3;
}

Blushing Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d02578, #ef6c91, #f4a462, #f8e2af, #f9c9c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d02578, #ef6c91, #f4a462, #f8e2af, #f9c9c3);
}

Blushing Sunrise color palette created on .