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: #f76e6e;
}
.color-2 {
color: #f9b56c;
}
.color-3 {
color: #f6e7a7;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #6c9fd5;
}

/* CSS Variables */
:root {
--color-1: #f76e6e;
--color-2: #f9b56c;
--color-3: #f6e7a7;
--color-4: #a1dff7;
--color-5: #6c9fd5;
}

Vibrant Blue background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f76e6e, #f9b56c, #f6e7a7, #a1dff7, #6c9fd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f76e6e, #f9b56c, #f6e7a7, #a1dff7, #6c9fd5);
}

Vibrant Blue color palette created on .