Cyber Pastel Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cyber Pastel Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cyber Pastel Dream Color Palette (PNG)
Cyber Pastel Dream color palette CSS
/* CSS */
.color-1 {
color: #ff7ab4;
}
.color-2 {
color: #7abfff;
}
.color-3 {
color: #b3b3ff;
}
.color-4 {
color: #ffb3ff;
}
.color-5 {
color: #ff7a7a;
}
/* CSS Variables */
:root {
--color-1: #ff7ab4;
--color-2: #7abfff;
--color-3: #b3b3ff;
--color-4: #ffb3ff;
--color-5: #ff7a7a;
}
Cyber Pastel Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7ab4, #7abfff, #b3b3ff, #ffb3ff, #ff7a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7ab4, #7abfff, #b3b3ff, #ffb3ff, #ff7a7a);
}
Similar color palettes
Scroll down to explore 2 Cyberpunk color palettes
Cyber Pastel Dream color palette created on .