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: #f3a949;
}
.color-2 {
color: #fdf1c4;
}
.color-3 {
color: #69c6d8;
}
.color-4 {
color: #8a9cf0;
}
.color-5 {
color: #c84c7f;
}
/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #fdf1c4;
--color-3: #69c6d8;
--color-4: #8a9cf0;
--color-5: #c84c7f;
}
Vibrant Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #fdf1c4, #69c6d8, #8a9cf0, #c84c7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #fdf1c4, #69c6d8, #8a9cf0, #c84c7f);
}
Similar color palettes
Vibrant Blue color palette created on .