Serene Sky Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sky Whispers palette

Share this palette to:

Download Serene Sky Whispers Color Palette (PNG)

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

Serene Sky Whispers color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b5d4e8;
}
.color-3 {
color: #e1f1f9;
}
.color-4 {
color: #aed5d3;
}
.color-5 {
color: #a1c6d4;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b5d4e8;
--color-3: #e1f1f9;
--color-4: #aed5d3;
--color-5: #a1c6d4;
}

Serene Sky Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b5d4e8, #e1f1f9, #aed5d3, #a1c6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b5d4e8, #e1f1f9, #aed5d3, #a1c6d4);
}

Serene Sky Whispers color palette created on .