Red 60s Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red 60s palette

Share this palette to:

Red 60s color palette PNG image

Download red 60s color palette PNG image (landscape)
Download red 60s color palette PNG image (square)

Red 60s color palette CSS

/* CSS */
.color-1 {
color: #d63f2e;
}
.color-2 {
color: #e3694a;
}
.color-3 {
color: #f1a06a;
}
.color-4 {
color: #f4d67b;
}
.color-5 {
color: #f9e1a4;
}

/* CSS Variables */
:root {
--color-1: #d63f2e;
--color-2: #e3694a;
--color-3: #f1a06a;
--color-4: #f4d67b;
--color-5: #f9e1a4;
}

Red 60s background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d63f2e, #e3694a, #f1a06a, #f4d67b, #f9e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d63f2e, #e3694a, #f1a06a, #f4d67b, #f9e1a4);
}

Red 60s color palette created on .