Blushing Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blushing Sunrise palette
Blushing Sunrise color palette CSS
/* CSS */
.color-1 {
color: #e6375d;
}
.color-2 {
color: #f06a7a;
}
.color-3 {
color: #f8afa5;
}
.color-4 {
color: #f2d9ca;
}
.color-5 {
color: #f6d2b6;
}
/* CSS Variables */
:root {
--color-1: #e6375d;
--color-2: #f06a7a;
--color-3: #f8afa5;
--color-4: #f2d9ca;
--color-5: #f6d2b6;
}
Blushing Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6375d, #f06a7a, #f8afa5, #f2d9ca, #f6d2b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6375d, #f06a7a, #f8afa5, #f2d9ca, #f6d2b6);
}
Similar color palettes
Scroll down to explore 300+ Coral color palettes
Blushing Sunrise color palette created on .