Bright Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Blue palette
Bright Blue color palette CSS
/* CSS */
.color-1 {
color: #499fd4;
}
.color-2 {
color: #5ec2d4;
}
.color-3 {
color: #6de9b7;
}
.color-4 {
color: #f7c94b;
}
.color-5 {
color: #f27b31;
}
/* CSS Variables */
:root {
--color-1: #499fd4;
--color-2: #5ec2d4;
--color-3: #6de9b7;
--color-4: #f7c94b;
--color-5: #f27b31;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #499fd4, #5ec2d4, #6de9b7, #f7c94b, #f27b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #499fd4, #5ec2d4, #6de9b7, #f7c94b, #f27b31);
}
Similar color palettes
Bright Blue color palette created on .