Sky Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sky Serenade palette

Share this palette to:

Sky Serenade color palette CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #3baee8;
}
.color-3 {
color: #5ec6e8;
}
.color-4 {
color: #7ed4f1;
}
.color-5 {
color: #a0e1f3;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #3baee8;
--color-3: #5ec6e8;
--color-4: #7ed4f1;
--color-5: #a0e1f3;
}

Sky Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #3baee8, #5ec6e8, #7ed4f1, #a0e1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #3baee8, #5ec6e8, #7ed4f1, #a0e1f3);
}

Sky Serenade color palette created on .