Vibrant Colors Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Colors palette

Share this palette to:

Vibrant Colors color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6fbe79;
}
.color-4 {
color: #4d8bff;
}
.color-5 {
color: #a09dd8;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #6fbe79;
--color-4: #4d8bff;
--color-5: #a09dd8;
}

Vibrant Colors background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #6fbe79, #4d8bff, #a09dd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #6fbe79, #4d8bff, #a09dd8);
}

Vibrant Colors color palette created on .