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: #f3a5b7;
}
.color-2 {
color: #f4c8c8;
}
.color-3 {
color: #f9d1a4;
}
.color-4 {
color: #fce0b0;
}
.color-5 {
color: #f5b88e;
}

/* CSS Variables */
:root {
--color-1: #f3a5b7;
--color-2: #f4c8c8;
--color-3: #f9d1a4;
--color-4: #fce0b0;
--color-5: #f5b88e;
}

Blushing Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a5b7, #f4c8c8, #f9d1a4, #fce0b0, #f5b88e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a5b7, #f4c8c8, #f9d1a4, #fce0b0, #f5b88e);
}

Blushing Sunrise color palette created on .