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: #f3ab5e;
}
.color-2 {
color: #e15b8e;
}
.color-3 {
color: #8a4f9c;
}
.color-4 {
color: #4d95d1;
}
.color-5 {
color: #6ed8d1;
}
/* CSS Variables */
:root {
--color-1: #f3ab5e;
--color-2: #e15b8e;
--color-3: #8a4f9c;
--color-4: #4d95d1;
--color-5: #6ed8d1;
}
Vibrant Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab5e, #e15b8e, #8a4f9c, #4d95d1, #6ed8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab5e, #e15b8e, #8a4f9c, #4d95d1, #6ed8d1);
}
Similar color palettes
Vibrant Blue color palette created on .