Cyber Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyber Sunset palette
Cyber Sunset color palette PNG image
Cyber Sunset color palette CSS
/* CSS */
.color-1 {
color: #1a1f7a;
}
.color-2 {
color: #4c3d9e;
}
.color-3 {
color: #715ccc;
}
.color-4 {
color: #9b7ff0;
}
.color-5 {
color: #f0a3e6;
}
/* CSS Variables */
:root {
--color-1: #1a1f7a;
--color-2: #4c3d9e;
--color-3: #715ccc;
--color-4: #9b7ff0;
--color-5: #f0a3e6;
}
Cyber Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f7a, #4c3d9e, #715ccc, #9b7ff0, #f0a3e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f7a, #4c3d9e, #715ccc, #9b7ff0, #f0a3e6);
}
Similar color palettes
Scroll down to explore 9 Psychedelic color palettes
Cyber Sunset color palette created on .