Cozy Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cozy Winter palette

Share this palette to:

Cozy Winter color palette PNG image

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

Cozy Winter color palette CSS

/* CSS */
.color-1 {
color: #a8c6e1;
}
.color-2 {
color: #d1e6f0;
}
.color-3 {
color: #f4f9fb;
}
.color-4 {
color: #e7a6b0;
}
.color-5 {
color: #f2c5c5;
}

/* CSS Variables */
:root {
--color-1: #a8c6e1;
--color-2: #d1e6f0;
--color-3: #f4f9fb;
--color-4: #e7a6b0;
--color-5: #f2c5c5;
}

Cozy Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8c6e1, #d1e6f0, #f4f9fb, #e7a6b0, #f2c5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8c6e1, #d1e6f0, #f4f9fb, #e7a6b0, #f2c5c5);
}

Cozy Winter color palette created on .