Serene Sky Hues Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sky Hues palette

Share this palette to:

Serene Sky Hues color palette CSS

/* CSS */
.color-1 {
color: #e0ecf0;
}
.color-2 {
color: #cfe0e8;
}
.color-3 {
color: #bed5e0;
}
.color-4 {
color: #abc9d9;
}
.color-5 {
color: #94bbd1;
}

/* CSS Variables */
:root {
--color-1: #e0ecf0;
--color-2: #cfe0e8;
--color-3: #bed5e0;
--color-4: #abc9d9;
--color-5: #94bbd1;
}

Serene Sky Hues background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0ecf0, #cfe0e8, #bed5e0, #abc9d9, #94bbd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0ecf0, #cfe0e8, #bed5e0, #abc9d9, #94bbd1);
}

Serene Sky Hues color palette created on .