Vibrant Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Vibrant Blue palette
Vibrant Blue color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff4281;
}
.color-5 {
color: #1f8fff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ffb84d;
--color-4: #ff4281;
--color-5: #1f8fff;
}
Vibrant Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ffb84d, #ff4281, #1f8fff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ffb84d, #ff4281, #1f8fff);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Vibrant Blue color palette created on .