Rainbow Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rainbow Sunset palette

Share this palette to:

Rainbow Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6f9090;
}
.color-3 {
color: #d5b55d;
}
.color-4 {
color: #f8cab9;
}
.color-5 {
color: #ff999c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6f9090;
--color-3: #d5b55d;
--color-4: #f8cab9;
--color-5: #ff999c;
}

Rainbow Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6f9090, #d5b55d, #f8cab9, #ff999c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6f9090, #d5b55d, #f8cab9, #ff999c);
}

Rainbow Sunset color palette created on .