2021 Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 2021 Vibes palette
Color Inspiration
Images that showcase this color palette in real designs
Download 2021 Vibes Color Palette (PNG)
2021 Vibes color palette CSS
/* CSS */
.color-1 {
color: #1a1a1f;
}
.color-2 {
color: #4d4d60;
}
.color-3 {
color: #8f8fa3;
}
.color-4 {
color: #d6d6e0;
}
.color-5 {
color: #f2f2f7;
}
/* CSS Variables */
:root {
--color-1: #1a1a1f;
--color-2: #4d4d60;
--color-3: #8f8fa3;
--color-4: #d6d6e0;
--color-5: #f2f2f7;
}
2021 Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1f, #4d4d60, #8f8fa3, #d6d6e0, #f2f2f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1f, #4d4d60, #8f8fa3, #d6d6e0, #f2f2f7);
}
Similar color palettes
2021 Vibes color palette created on .