Shades of Blue Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Sky palette
Shades of Blue Sky color palette CSS
/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #5abfbd;
}
.color-3 {
color: #1b9db1;
}
.color-4 {
color: #007a8a;
}
.color-5 {
color: #00464d;
}
/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #5abfbd;
--color-3: #1b9db1;
--color-4: #007a8a;
--color-5: #00464d;
}
Shades of Blue Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #5abfbd, #1b9db1, #007a8a, #00464d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #5abfbd, #1b9db1, #007a8a, #00464d);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Shades of Blue Sky color palette created on .