Winter Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Winter Red palette

Share this palette to:

Winter Red color palette PNG image

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

Winter Red color palette CSS

/* CSS */
.color-1 {
color: #c92c34;
}
.color-2 {
color: #e84a5a;
}
.color-3 {
color: #f9a4a4;
}
.color-4 {
color: #d8b24b;
}
.color-5 {
color: #f4e5be;
}

/* CSS Variables */
:root {
--color-1: #c92c34;
--color-2: #e84a5a;
--color-3: #f9a4a4;
--color-4: #d8b24b;
--color-5: #f4e5be;
}

Winter Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c34, #e84a5a, #f9a4a4, #d8b24b, #f4e5be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c34, #e84a5a, #f9a4a4, #d8b24b, #f4e5be);
}

Winter Red color palette created on .