Red Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Sunset palette

Share this palette to:

Red Sunset color palette CSS

/* CSS */
.color-1 {
color: #c2000d;
}
.color-2 {
color: #d43d25;
}
.color-3 {
color: #f27b3a;
}
.color-4 {
color: #f9b548;
}
.color-5 {
color: #f9e0a4;
}

/* CSS Variables */
:root {
--color-1: #c2000d;
--color-2: #d43d25;
--color-3: #f27b3a;
--color-4: #f9b548;
--color-5: #f9e0a4;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2000d, #d43d25, #f27b3a, #f9b548, #f9e0a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2000d, #d43d25, #f27b3a, #f9b548, #f9e0a4);
}

Red Sunset color palette created on .