Retro Cyber Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Retro Cyber Elegance palette

Share this palette to:

Retro Cyber Elegance color palette CSS

/* CSS */
.color-1 {
color: #5c98ff;
}
.color-2 {
color: #ff4778;
}
.color-3 {
color: #ffd23d;
}
.color-4 {
color: #7e0f8f;
}
.color-5 {
color: #01bca0;
}

/* CSS Variables */
:root {
--color-1: #5c98ff;
--color-2: #ff4778;
--color-3: #ffd23d;
--color-4: #7e0f8f;
--color-5: #01bca0;
}

Retro Cyber Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c98ff, #ff4778, #ffd23d, #7e0f8f, #01bca0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c98ff, #ff4778, #ffd23d, #7e0f8f, #01bca0);
}

Retro Cyber Elegance color palette created on .