Cyberpunk Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyberpunk Dreams palette
Cyberpunk Dreams color palette CSS
/* CSS */
.color-1 {
color: #d66698;
}
.color-2 {
color: #9a4c79;
}
.color-3 {
color: #664181;
}
.color-4 {
color: #432d5c;
}
.color-5 {
color: #25193e;
}
/* CSS Variables */
:root {
--color-1: #d66698;
--color-2: #9a4c79;
--color-3: #664181;
--color-4: #432d5c;
--color-5: #25193e;
}
Cyberpunk Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d66698, #9a4c79, #664181, #432d5c, #25193e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d66698, #9a4c79, #664181, #432d5c, #25193e);
}
Similar color palettes
Cyberpunk Dreams color palette created on .