Soft Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Sunrise palette
Soft Sunrise color palette PNG image
Soft Sunrise color palette CSS
/* CSS */
.color-1 {
color: #2b2b2b;
}
.color-2 {
color: #f6d4cb;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #f7e58d;
}
.color-5 {
color: #ffffb3;
}
/* CSS Variables */
:root {
--color-1: #2b2b2b;
--color-2: #f6d4cb;
--color-3: #ffffff;
--color-4: #f7e58d;
--color-5: #ffffb3;
}
Soft Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2b2b, #f6d4cb, #ffffff, #f7e58d, #ffffb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2b2b, #f6d4cb, #ffffff, #f7e58d, #ffffb3);
}
Similar color palettes
Scroll down to explore 20+ Black color palettes
Soft Sunrise color palette created on .