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: #55bed3;
}
.color-2 {
color: #47b87c;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #fad400;
}
.color-5 {
color: #ab653f;
}
/* CSS Variables */
:root {
--color-1: #55bed3;
--color-2: #47b87c;
--color-3: #000000;
--color-4: #fad400;
--color-5: #ab653f;
}
Blue Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #55bed3, #47b87c, #000000, #fad400, #ab653f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #55bed3, #47b87c, #000000, #fad400, #ab653f);
}
Similar color palettes
Scroll down to explore 200+ Blue color palettes
Blue Sky color palette created on .