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: #ff6933;
}
.color-2 {
color: #ffd83d;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #4eb2e4;
}
.color-5 {
color: #3c7ab9;
}
/* CSS Variables */
:root {
--color-1: #ff6933;
--color-2: #ffd83d;
--color-3: #a3d55d;
--color-4: #4eb2e4;
--color-5: #3c7ab9;
}
Vibrant Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6933, #ffd83d, #a3d55d, #4eb2e4, #3c7ab9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6933, #ffd83d, #a3d55d, #4eb2e4, #3c7ab9);
}
Similar color palettes
Vibrant Blue color palette created on .