Serene Sky Retreat Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Sky Retreat palette

Share this palette to:

Serene Sky Retreat color palette CSS

/* CSS */
.color-1 {
color: #e4eef1;
}
.color-2 {
color: #d0e1e7;
}
.color-3 {
color: #c1d6e1;
}
.color-4 {
color: #abc9d8;
}
.color-5 {
color: #94bbd1;
}

/* CSS Variables */
:root {
--color-1: #e4eef1;
--color-2: #d0e1e7;
--color-3: #c1d6e1;
--color-4: #abc9d8;
--color-5: #94bbd1;
}

Serene Sky Retreat background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e4eef1, #d0e1e7, #c1d6e1, #abc9d8, #94bbd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e4eef1, #d0e1e7, #c1d6e1, #abc9d8, #94bbd1);
}

Serene Sky Retreat color palette created on .