Blue Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sky palette
Blue Sky color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #36a2d9;
}
.color-4 {
color: #1e87c8;
}
.color-5 {
color: #007ab8;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #00b0e0;
--color-3: #36a2d9;
--color-4: #1e87c8;
--color-5: #007ab8;
}
Blue Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #00b0e0, #36a2d9, #1e87c8, #007ab8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #00b0e0, #36a2d9, #1e87c8, #007ab8);
}
Similar color palettes
Blue Sky color palette created on .