Soft Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Soft Sunrise palette
Color Inspiration
Images that showcase this color palette in real designs
Download Soft Sunrise Color Palette (PNG)
Soft Sunrise color palette CSS
/* CSS */
.color-1 {
color: #1c1c1c;
}
.color-2 {
color: #b8cea1;
}
.color-3 {
color: #e3c7a1;
}
.color-4 {
color: #e9e9d8;
}
.color-5 {
color: #ffedb3;
}
/* CSS Variables */
:root {
--color-1: #1c1c1c;
--color-2: #b8cea1;
--color-3: #e3c7a1;
--color-4: #e9e9d8;
--color-5: #ffedb3;
}
Soft Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1c1c, #b8cea1, #e3c7a1, #e9e9d8, #ffedb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1c1c, #b8cea1, #e3c7a1, #e9e9d8, #ffedb3);
}
Similar color palettes
Soft Sunrise color palette created on .