Gradient Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gradient Blue palette
Gradient Blue color palette CSS
/* CSS */
.color-1 {
color: #0098b3;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #66d9ff;
}
.color-4 {
color: #a3e0ff;
}
.color-5 {
color: #e0f7ff;
}
/* CSS Variables */
:root {
--color-1: #0098b3;
--color-2: #00bfff;
--color-3: #66d9ff;
--color-4: #a3e0ff;
--color-5: #e0f7ff;
}
Gradient Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0098b3, #00bfff, #66d9ff, #a3e0ff, #e0f7ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0098b3, #00bfff, #66d9ff, #a3e0ff, #e0f7ff);
}
Similar color palettes
Gradient Blue color palette created on .