Serene Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sunset palette

Share this palette to:

Serene Sunset color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f2b1b1;
}
.color-3 {
color: #f5e69e;
}
.color-4 {
color: #efaf67;
}
.color-5 {
color: #d1808d;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f2b1b1;
--color-3: #f5e69e;
--color-4: #efaf67;
--color-5: #d1808d;
}

Serene Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f2b1b1, #f5e69e, #efaf67, #d1808d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f2b1b1, #f5e69e, #efaf67, #d1808d);
}

Serene Sunset color palette created on .