Groovy Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Groovy Sunset palette

Share this palette to:

Groovy Sunset color palette PNG image

Download groovy sunset color palette PNG image (landscape)
Download groovy sunset color palette PNG image (square)

Groovy Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ff4d7f;
}
.color-3 {
color: #ff2962;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ff4d7f;
--color-3: #ff2962;
--color-4: #ff9900;
--color-5: #ffec3d;
}

Groovy Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ff4d7f, #ff2962, #ff9900, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ff4d7f, #ff2962, #ff9900, #ffec3d);
}

Groovy Sunset color palette created on .