Soft Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Soft Sunrise palette

Share this palette to:

Soft Sunrise color palette CSS

/* CSS */
.color-1 {
color: #3b3b4e;
}
.color-2 {
color: #ffdbb3;
}
.color-3 {
color: #ffc7b3;
}
.color-4 {
color: #f0c7c7;
}
.color-5 {
color: #f0b29e;
}

/* CSS Variables */
:root {
--color-1: #3b3b4e;
--color-2: #ffdbb3;
--color-3: #ffc7b3;
--color-4: #f0c7c7;
--color-5: #f0b29e;
}

Soft Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3b4e, #ffdbb3, #ffc7b3, #f0c7c7, #f0b29e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3b4e, #ffdbb3, #ffc7b3, #f0c7c7, #f0b29e);
}

Soft Sunrise color palette created on .