Cyber Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyber Sunset palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cyber Sunset Color Palette (PNG)
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);
}
Similar color palettes
Scroll down to explore 9 Psychedelic color palettes
Cyber Sunset color palette created on .