Deep Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Deep Winter palette

Share this palette to:

Download Deep Winter Color Palette (PNG)

Download deep winter color palette PNG image (landscape)
Download deep winter color palette PNG image (square)

Deep Winter color palette CSS

/* CSS */
.color-1 {
color: #385dff;
}
.color-2 {
color: #619eff;
}
.color-3 {
color: #9eddff;
}
.color-4 {
color: #e0e5ff;
}
.color-5 {
color: #f5f6ff;
}

/* CSS Variables */
:root {
--color-1: #385dff;
--color-2: #619eff;
--color-3: #9eddff;
--color-4: #e0e5ff;
--color-5: #f5f6ff;
}

Deep Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #385dff, #619eff, #9eddff, #e0e5ff, #f5f6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #385dff, #619eff, #9eddff, #e0e5ff, #f5f6ff);
}

Similar color palettes

Deep Winter color palette created on .