Cyber Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyber Sunset palette

Share this palette to:

Cyber Sunset color palette PNG image

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

Cyber Sunset color palette CSS

/* CSS */
.color-1 {
color: #ff4d8b;
}
.color-2 {
color: #70ecff;
}
.color-3 {
color: #1b1b1d;
}
.color-4 {
color: #fffa66;
}
.color-5 {
color: #ff801f;
}

/* CSS Variables */
:root {
--color-1: #ff4d8b;
--color-2: #70ecff;
--color-3: #1b1b1d;
--color-4: #fffa66;
--color-5: #ff801f;
}

Cyber Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d8b, #70ecff, #1b1b1d, #fffa66, #ff801f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d8b, #70ecff, #1b1b1d, #fffa66, #ff801f);
}

Cyber Sunset color palette created on .