Viral Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Viral Vibes palette

Share this palette to:

Viral Vibes color palette CSS

/* CSS */
.color-1 {
color: #33b6d7;
}
.color-2 {
color: #ff4d4d;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #ffc300;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #33b6d7;
--color-2: #ff4d4d;
--color-3: #ff8c00;
--color-4: #ffc300;
--color-5: #ff6e61;
}

Viral Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #33b6d7, #ff4d4d, #ff8c00, #ffc300, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #33b6d7, #ff4d4d, #ff8c00, #ffc300, #ff6e61);
}

Viral Vibes color palette created on .