Serene Skies and Shimmering Clouds Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serene Skies and Shimmering Clouds palette

Share this palette to:

Serene Skies and Shimmering Clouds color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b9d3e9;
}
.color-3 {
color: #d6e6f0;
}
.color-4 {
color: #f5f5f5;
}
.color-5 {
color: #bfbfbf;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b9d3e9;
--color-3: #d6e6f0;
--color-4: #f5f5f5;
--color-5: #bfbfbf;
}

Serene Skies and Shimmering Clouds background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b9d3e9, #d6e6f0, #f5f5f5, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b9d3e9, #d6e6f0, #f5f5f5, #bfbfbf);
}

Serene Skies and Shimmering Clouds color palette created on .