Sky Blue Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sky Blue Serenity palette

Share this palette to:

Sky Blue Serenity color palette PNG image

Download sky blue serenity color palette PNG image (landscape)
Download sky blue serenity color palette PNG image (square)

Sky Blue Serenity color palette CSS

/* CSS */
.color-1 {
color: #76c4e0;
}
.color-2 {
color: #a9e1f4;
}
.color-3 {
color: #f6f9d7;
}
.color-4 {
color: #f9d3b9;
}
.color-5 {
color: #f8a5b0;
}

/* CSS Variables */
:root {
--color-1: #76c4e0;
--color-2: #a9e1f4;
--color-3: #f6f9d7;
--color-4: #f9d3b9;
--color-5: #f8a5b0;
}

Sky Blue Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76c4e0, #a9e1f4, #f6f9d7, #f9d3b9, #f8a5b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76c4e0, #a9e1f4, #f6f9d7, #f9d3b9, #f8a5b0);
}

Sky Blue Serenity color palette created on .