Winter Fool Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Fool palette

Share this palette to:

Winter Fool color palette PNG image

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

Winter Fool color palette CSS

/* CSS */
.color-1 {
color: #a9c8e0;
}
.color-2 {
color: #6d9ed0;
}
.color-3 {
color: #4a7c8c;
}
.color-4 {
color: #3c5a6d;
}
.color-5 {
color: #2d3d4e;
}

/* CSS Variables */
:root {
--color-1: #a9c8e0;
--color-2: #6d9ed0;
--color-3: #4a7c8c;
--color-4: #3c5a6d;
--color-5: #2d3d4e;
}

Winter Fool background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9c8e0, #6d9ed0, #4a7c8c, #3c5a6d, #2d3d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9c8e0, #6d9ed0, #4a7c8c, #3c5a6d, #2d3d4e);
}

Winter Fool color palette created on .