Whispers of Frost Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Frost palette

Share this palette to:

Whispers of Frost color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #f9fafa;
}
.color-4 {
color: #e3e6e8;
}
.color-5 {
color: #bdc4cc;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffffff;
--color-3: #f9fafa;
--color-4: #e3e6e8;
--color-5: #bdc4cc;
}

Whispers of Frost background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffffff, #f9fafa, #e3e6e8, #bdc4cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffffff, #f9fafa, #e3e6e8, #bdc4cc);
}

Similar color palettes

Whispers of Frost color palette created on .