Serene Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sunrise palette

Share this palette to:

Serene Sunrise color palette CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #f5b8ba;
}
.color-3 {
color: #f3e3a0;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #e28955;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #f5b8ba;
--color-3: #f3e3a0;
--color-4: #f6b83c;
--color-5: #e28955;
}

Serene Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #f5b8ba, #f3e3a0, #f6b83c, #e28955);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #f5b8ba, #f3e3a0, #f6b83c, #e28955);
}

Serene Sunrise color palette created on .