Retro Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Retro Vibes palette
Retro Vibes color palette CSS
/* CSS */
.color-1 {
color: #d69ec7;
}
.color-2 {
color: #6e7dc9;
}
.color-3 {
color: #7da69f;
}
.color-4 {
color: #eadbeb;
}
.color-5 {
color: #a0bbe4;
}
/* CSS Variables */
:root {
--color-1: #d69ec7;
--color-2: #6e7dc9;
--color-3: #7da69f;
--color-4: #eadbeb;
--color-5: #a0bbe4;
}
Retro Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69ec7, #6e7dc9, #7da69f, #eadbeb, #a0bbe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69ec7, #6e7dc9, #7da69f, #eadbeb, #a0bbe4);
}
Similar color palettes
- Dreaming of Wonderland
- Mitsuki Dreamscape
- Cotton Candy Dreams
- Lavender Dreamscape
- Dreamy Glitch Garden
- Shades of Pink
- Midnight Blossom
- Shades of Pink
- Starlit Dreams
- Whispers of the Sky
- Brilliant Pink
- Japanese Kimono
- Shades of Pink and Blue
- Shades of Pink and Red
- Purple Twilight
- Pink to Blue Dream
- Dimmed Blue Green Pink
- Elysian Reverie
Retro Vibes color palette created on .