Synthwave Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Synthwave palette
Color Inspiration
Images that showcase this color palette in real designs
Download Synthwave Color Palette (PNG)
Synthwave color palette CSS
/* CSS */
.color-1 {
color: #ff7142;
}
.color-2 {
color: #ff3c00;
}
.color-3 {
color: #ff007b;
}
.color-4 {
color: #8a2ce2;
}
.color-5 {
color: #00bfff;
}
/* CSS Variables */
:root {
--color-1: #ff7142;
--color-2: #ff3c00;
--color-3: #ff007b;
--color-4: #8a2ce2;
--color-5: #00bfff;
}
Synthwave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7142, #ff3c00, #ff007b, #8a2ce2, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7142, #ff3c00, #ff007b, #8a2ce2, #00bfff);
}
Similar color palettes
Scroll down to explore 1000+ colors.synthwave color palettes
Synthwave color palette created on .