Serene Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sky palette

Share this palette to:

Serene Sky color palette PNG image

Download serene sky color palette PNG image (landscape)
Download serene sky color palette PNG image (square)

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);
}

Serene Sky color palette created on .