Blush Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Sunrise palette
Blush Sunrise color palette PNG image
Blush Sunrise color palette CSS
/* CSS */
.color-1 {
color: #d86e77;
}
.color-2 {
color: #f4a4a4;
}
.color-3 {
color: #f5c2c2;
}
.color-4 {
color: #f3e2d3;
}
.color-5 {
color: #f8b249;
}
/* CSS Variables */
:root {
--color-1: #d86e77;
--color-2: #f4a4a4;
--color-3: #f5c2c2;
--color-4: #f3e2d3;
--color-5: #f8b249;
}
Blush Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d86e77, #f4a4a4, #f5c2c2, #f3e2d3, #f8b249);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d86e77, #f4a4a4, #f5c2c2, #f3e2d3, #f8b249);
}
Similar color palettes
Blush Sunrise color palette created on .