Vibrant Blue Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Blue palette

Share this palette to:

Vibrant Blue color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #7178f9;
}
.color-3 {
color: #2ab8cb;
}
.color-4 {
color: #ffce52;
}
.color-5 {
color: #ef7d1f;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #7178f9;
--color-3: #2ab8cb;
--color-4: #ffce52;
--color-5: #ef7d1f;
}

Vibrant Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #7178f9, #2ab8cb, #ffce52, #ef7d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #7178f9, #2ab8cb, #ffce52, #ef7d1f);
}

Vibrant Blue color palette created on .