Red Winter Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Winter palette

Share this palette to:

Red Winter color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #ffb8c1;
}
.color-3 {
color: #ff6347;
}
.color-4 {
color: #b42222;
}
.color-5 {
color: #a62b2b;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #ffb8c1;
--color-3: #ff6347;
--color-4: #b42222;
--color-5: #a62b2b;
}

Red Winter background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #ffb8c1, #ff6347, #b42222, #a62b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #ffb8c1, #ff6347, #b42222, #a62b2b);
}

Red Winter color palette created on .