Red Vintage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Vintage palette

Share this palette to:

Red Vintage color palette CSS

/* CSS */
.color-1 {
color: #4d1f21;
}
.color-2 {
color: #892a2d;
}
.color-3 {
color: #c36063;
}
.color-4 {
color: #e8a79b;
}
.color-5 {
color: #f1d5d8;
}

/* CSS Variables */
:root {
--color-1: #4d1f21;
--color-2: #892a2d;
--color-3: #c36063;
--color-4: #e8a79b;
--color-5: #f1d5d8;
}

Red Vintage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d1f21, #892a2d, #c36063, #e8a79b, #f1d5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d1f21, #892a2d, #c36063, #e8a79b, #f1d5d8);
}

Red Vintage color palette created on .