Cyber Viper Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cyber Viper Dreams palette

Share this palette to:

Cyber Viper Dreams color palette CSS

/* CSS */
.color-1 {
color: #883a98;
}
.color-2 {
color: #b35cc7;
}
.color-3 {
color: #d95cff;
}
.color-4 {
color: #4a0080;
}
.color-5 {
color: #a34dff;
}

/* CSS Variables */
:root {
--color-1: #883a98;
--color-2: #b35cc7;
--color-3: #d95cff;
--color-4: #4a0080;
--color-5: #a34dff;
}

Cyber Viper Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #883a98, #b35cc7, #d95cff, #4a0080, #a34dff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #883a98, #b35cc7, #d95cff, #4a0080, #a34dff);
}

Cyber Viper Dreams color palette created on .