Blue Skies Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Skies palette
Blue Skies color palette CSS
/* CSS */
.color-1 {
color: #1e5bbe;
}
.color-2 {
color: #397fc0;
}
.color-3 {
color: #5ea5d4;
}
.color-4 {
color: #8dc8e8;
}
.color-5 {
color: #b2e3f0;
}
/* CSS Variables */
:root {
--color-1: #1e5bbe;
--color-2: #397fc0;
--color-3: #5ea5d4;
--color-4: #8dc8e8;
--color-5: #b2e3f0;
}
Blue Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e5bbe, #397fc0, #5ea5d4, #8dc8e8, #b2e3f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e5bbe, #397fc0, #5ea5d4, #8dc8e8, #b2e3f0);
}
Similar color palettes
Blue Skies color palette created on .