Blushing Sunrise Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blushing Sunrise Serenade palette

Share this palette to:

Blushing Sunrise Serenade color palette CSS

/* CSS */
.color-1 {
color: #f3ede7;
}
.color-2 {
color: #fbd8d5;
}
.color-3 {
color: #fcce92;
}
.color-4 {
color: #ffc285;
}
.color-5 {
color: #eab781;
}

/* CSS Variables */
:root {
--color-1: #f3ede7;
--color-2: #fbd8d5;
--color-3: #fcce92;
--color-4: #ffc285;
--color-5: #eab781;
}

Blushing Sunrise Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ede7, #fbd8d5, #fcce92, #ffc285, #eab781);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ede7, #fbd8d5, #fcce92, #ffc285, #eab781);
}

Similar color palettes

Blushing Sunrise Serenade color palette created on .