Frosted Elegance Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frosted Elegance palette

Share this palette to:

Frosted Elegance color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfcfd;
}
.color-3 {
color: #f6f8f9;
}
.color-4 {
color: #eceff3;
}
.color-5 {
color: #e1e5ea;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfcfd;
--color-3: #f6f8f9;
--color-4: #eceff3;
--color-5: #e1e5ea;
}

Frosted Elegance background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfcfd, #f6f8f9, #eceff3, #e1e5ea);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfcfd, #f6f8f9, #eceff3, #e1e5ea);
}

Frosted Elegance color palette created on .