Whispers of Winter Sky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Winter Sky palette

Share this palette to:

Whispers of Winter Sky color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fbfcfe;
}
.color-3 {
color: #eff1f6;
}
.color-4 {
color: #cadeed;
}
.color-5 {
color: #adb9d1;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fbfcfe;
--color-3: #eff1f6;
--color-4: #cadeed;
--color-5: #adb9d1;
}

Whispers of Winter Sky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fbfcfe, #eff1f6, #cadeed, #adb9d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fbfcfe, #eff1f6, #cadeed, #adb9d1);
}

Similar color palettes

Scroll down to explore 1 White color palette

Whispers of Winter Sky color palette created on .