Bormek Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bormek Winter palette

Share this palette to:

Bormek Winter color palette PNG image

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

Bormek Winter color palette CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #505c8b;
}
.color-3 {
color: #7a8c99;
}
.color-4 {
color: #b2c3d7;
}
.color-5 {
color: #e5f3ff;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #505c8b;
--color-3: #7a8c99;
--color-4: #b2c3d7;
--color-5: #e5f3ff;
}

Bormek Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #505c8b, #7a8c99, #b2c3d7, #e5f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #505c8b, #7a8c99, #b2c3d7, #e5f3ff);
}

Bormek Winter color palette created on .