Serene Skies Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Skies palette

Share this palette to:

Serene Skies color palette CSS

/* CSS */
.color-1 {
color: #375beb;
}
.color-2 {
color: #5db8f9;
}
.color-3 {
color: #8ef1e0;
}
.color-4 {
color: #f3e4aa;
}
.color-5 {
color: #f7b2a1;
}

/* CSS Variables */
:root {
--color-1: #375beb;
--color-2: #5db8f9;
--color-3: #8ef1e0;
--color-4: #f3e4aa;
--color-5: #f7b2a1;
}

Serene Skies background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #375beb, #5db8f9, #8ef1e0, #f3e4aa, #f7b2a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #375beb, #5db8f9, #8ef1e0, #f3e4aa, #f7b2a1);
}

Serene Skies color palette created on .