Snow Glass Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Snow Glass palette

Share this palette to:

Snow Glass color palette CSS

/* CSS */
.color-1 {
color: #f3f8fc;
}
.color-2 {
color: #e7f1f9;
}
.color-3 {
color: #dbe8f5;
}
.color-4 {
color: #ccdff0;
}
.color-5 {
color: #c0d2e7;
}

/* CSS Variables */
:root {
--color-1: #f3f8fc;
--color-2: #e7f1f9;
--color-3: #dbe8f5;
--color-4: #ccdff0;
--color-5: #c0d2e7;
}

Snow Glass background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3f8fc, #e7f1f9, #dbe8f5, #ccdff0, #c0d2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3f8fc, #e7f1f9, #dbe8f5, #ccdff0, #c0d2e7);
}

Snow Glass color palette created on .