Whispers of Serene Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Serene Sky palette

Share this palette to:

Whispers of Serene Sky color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f8f8fc;
}
.color-3 {
color: #e4e4e7;
}
.color-4 {
color: #bcdceb;
}
.color-5 {
color: #88cef1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f8f8fc;
--color-3: #e4e4e7;
--color-4: #bcdceb;
--color-5: #88cef1;
}

Whispers of Serene Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f8f8fc, #e4e4e7, #bcdceb, #88cef1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f8f8fc, #e4e4e7, #bcdceb, #88cef1);
}

Whispers of Serene Sky color palette created on .