Deja Vu Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deja Vu palette
Color Inspiration
Images that showcase this color palette in real designs
Download Deja Vu Color Palette (PNG)
Deja Vu color palette CSS
/* CSS */
.color-1 {
color: #ffc2a3;
}
.color-2 {
color: #ffb19e;
}
.color-3 {
color: #ff997a;
}
.color-4 {
color: #ff6347;
}
.color-5 {
color: #ff4400;
}
/* CSS Variables */
:root {
--color-1: #ffc2a3;
--color-2: #ffb19e;
--color-3: #ff997a;
--color-4: #ff6347;
--color-5: #ff4400;
}
Deja Vu background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2a3, #ffb19e, #ff997a, #ff6347, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2a3, #ffb19e, #ff997a, #ff6347, #ff4400);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Deja Vu color palette created on .