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: #c82d3d;
}
.color-2 {
color: #f78f40;
}
.color-3 {
color: #e5b348;
}
.color-4 {
color: #a2d789;
}
.color-5 {
color: #2f7a98;
}

/* CSS Variables */
:root {
--color-1: #c82d3d;
--color-2: #f78f40;
--color-3: #e5b348;
--color-4: #a2d789;
--color-5: #2f7a98;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c82d3d, #f78f40, #e5b348, #a2d789, #2f7a98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c82d3d, #f78f40, #e5b348, #a2d789, #2f7a98);
}

Red Sunset color palette created on .