Red Sangria Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Sangria palette

Share this palette to:

Download Red Sangria Color Palette (PNG)

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

Red Sangria color palette CSS

/* CSS */
.color-1 {
color: #a74b2a;
}
.color-2 {
color: #d76d3c;
}
.color-3 {
color: #f2a269;
}
.color-4 {
color: #f4c59a;
}
.color-5 {
color: #ead2d2;
}

/* CSS Variables */
:root {
--color-1: #a74b2a;
--color-2: #d76d3c;
--color-3: #f2a269;
--color-4: #f4c59a;
--color-5: #ead2d2;
}

Red Sangria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a74b2a, #d76d3c, #f2a269, #f4c59a, #ead2d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a74b2a, #d76d3c, #f2a269, #f4c59a, #ead2d2);
}

Red Sangria color palette created on .