Retro Cyber Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Cyber Elegance palette
Retro Cyber Elegance color palette PNG image
Retro Cyber Elegance color palette CSS
/* CSS */
.color-1 {
color: #4d9dff;
}
.color-2 {
color: #ff4d8e;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #681b98;
}
.color-5 {
color: #00bdad;
}
/* CSS Variables */
:root {
--color-1: #4d9dff;
--color-2: #ff4d8e;
--color-3: #ffd54d;
--color-4: #681b98;
--color-5: #00bdad;
}
Retro Cyber Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9dff, #ff4d8e, #ffd54d, #681b98, #00bdad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9dff, #ff4d8e, #ffd54d, #681b98, #00bdad);
}
Similar color palettes
Retro Cyber Elegance color palette created on .