Sky Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sky Serenade palette

Share this palette to:

Download Sky Serenade Color Palette (PNG)

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

Sky Serenade color palette CSS

/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #71c6e0;
}
.color-3 {
color: #4cafcd;
}
.color-4 {
color: #3a99b6;
}
.color-5 {
color: #007e94;
}

/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #71c6e0;
--color-3: #4cafcd;
--color-4: #3a99b6;
--color-5: #007e94;
}

Sky Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #71c6e0, #4cafcd, #3a99b6, #007e94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #71c6e0, #4cafcd, #3a99b6, #007e94);
}

Sky Serenade color palette created on .