Blue Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Sky palette
Blue Sky color palette PNG image
Blue Sky color palette CSS
/* CSS */
.color-1 {
color: #4c93c2;
}
.color-2 {
color: #69d3c3;
}
.color-3 {
color: #a3eb84;
}
.color-4 {
color: #f6e66f;
}
.color-5 {
color: #f9a83e;
}
/* CSS Variables */
:root {
--color-1: #4c93c2;
--color-2: #69d3c3;
--color-3: #a3eb84;
--color-4: #f6e66f;
--color-5: #f9a83e;
}
Blue Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c93c2, #69d3c3, #a3eb84, #f6e66f, #f9a83e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c93c2, #69d3c3, #a3eb84, #f6e66f, #f9a83e);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Sky color palette created on .