Colorful Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Colorful Sunset palette

Share this palette to:

Colorful Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff5c72;
}
.color-2 {
color: #ff9a4d;
}
.color-3 {
color: #ffe75c;
}
.color-4 {
color: #a4d7da;
}
.color-5 {
color: #4b89e7;
}

/* CSS Variables */
:root {
--color-1: #ff5c72;
--color-2: #ff9a4d;
--color-3: #ffe75c;
--color-4: #a4d7da;
--color-5: #4b89e7;
}

Colorful Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c72, #ff9a4d, #ffe75c, #a4d7da, #4b89e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c72, #ff9a4d, #ffe75c, #a4d7da, #4b89e7);
}

Colorful Sunset color palette created on .