Serene Sunsets Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sunsets palette

Share this palette to:

Serene Sunsets color palette CSS

/* CSS */
.color-1 {
color: #482b50;
}
.color-2 {
color: #b19d72;
}
.color-3 {
color: #c1bc86;
}
.color-4 {
color: #7aae9b;
}
.color-5 {
color: #8c546d;
}

/* CSS Variables */
:root {
--color-1: #482b50;
--color-2: #b19d72;
--color-3: #c1bc86;
--color-4: #7aae9b;
--color-5: #8c546d;
}

Serene Sunsets background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #482b50, #b19d72, #c1bc86, #7aae9b, #8c546d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #482b50, #b19d72, #c1bc86, #7aae9b, #8c546d);
}

Serene Sunsets color palette created on .