Emo Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Emo Vibes palette
Emo Vibes color palette PNG image
Emo Vibes color palette CSS
/* CSS */
.color-1 {
color: #2b1a3d;
}
.color-2 {
color: #4a2f5b;
}
.color-3 {
color: #7c5f8c;
}
.color-4 {
color: #a06ea0;
}
.color-5 {
color: #e2a6af;
}
/* CSS Variables */
:root {
--color-1: #2b1a3d;
--color-2: #4a2f5b;
--color-3: #7c5f8c;
--color-4: #a06ea0;
--color-5: #e2a6af;
}
Emo Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b1a3d, #4a2f5b, #7c5f8c, #a06ea0, #e2a6af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b1a3d, #4a2f5b, #7c5f8c, #a06ea0, #e2a6af);
}
Similar color palettes
Emo Vibes color palette created on .