Loading...

Emo Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Emo Vibes palette

Share this palette to:

Download Emo Vibes Color Palette (PNG)

Download emo vibes color palette PNG image (landscape)
Download emo vibes color palette PNG image (square)

Emo Vibes color palette CSS

/* CSS */
.color-1 {
color: #1f1f3d;
}
.color-2 {
color: #3c3c5d;
}
.color-3 {
color: #6e6e8c;
}
.color-4 {
color: #a8a8c2;
}
.color-5 {
color: #d5d5e7;
}

/* CSS Variables */
:root {
--color-1: #1f1f3d;
--color-2: #3c3c5d;
--color-3: #6e6e8c;
--color-4: #a8a8c2;
--color-5: #d5d5e7;
}

Emo Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f3d, #3c3c5d, #6e6e8c, #a8a8c2, #d5d5e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f3d, #3c3c5d, #6e6e8c, #a8a8c2, #d5d5e7);
}

Emo Vibes color palette created on .