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: #a1d3e8;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f05b05;
}
.color-4 {
color: #e03e8f;
}
.color-5 {
color: #6a4c94;
}
/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #f0a800;
--color-3: #f05b05;
--color-4: #e03e8f;
--color-5: #6a4c94;
}
Bright Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #f0a800, #f05b05, #e03e8f, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #f0a800, #f05b05, #e03e8f, #6a4c94);
}
Similar color palettes
Bright Blue color palette created on .