Serene Sky Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Sky palette
Color Inspiration
Images that showcase this color palette in real designs
Download Serene Sky Color Palette (PNG)
Serene Sky color palette CSS
/* CSS */
.color-1 {
color: #8acff0;
}
.color-2 {
color: #beb3ff;
}
.color-3 {
color: #edf0f2;
}
.color-4 {
color: #001f3d;
}
.color-5 {
color: #007bff;
}
/* CSS Variables */
:root {
--color-1: #8acff0;
--color-2: #beb3ff;
--color-3: #edf0f2;
--color-4: #001f3d;
--color-5: #007bff;
}
Serene Sky background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8acff0, #beb3ff, #edf0f2, #001f3d, #007bff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8acff0, #beb3ff, #edf0f2, #001f3d, #007bff);
}
Similar color palettes
Serene Sky color palette created on .