Cyberpunk Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyberpunk Dreams palette

Share this palette to:

Cyberpunk Dreams color palette CSS

/* CSS */
.color-1 {
color: #ff33a0;
}
.color-2 {
color: #9b278c;
}
.color-3 {
color: #4722a5;
}
.color-4 {
color: #2a1778;
}
.color-5 {
color: #150953;
}

/* CSS Variables */
:root {
--color-1: #ff33a0;
--color-2: #9b278c;
--color-3: #4722a5;
--color-4: #2a1778;
--color-5: #150953;
}

Cyberpunk Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff33a0, #9b278c, #4722a5, #2a1778, #150953);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff33a0, #9b278c, #4722a5, #2a1778, #150953);
}

Cyberpunk Dreams color palette created on .