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: #ff382e;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #7fd959;
}
.color-5 {
color: #00bfff;
}

/* CSS Variables */
:root {
--color-1: #ff382e;
--color-2: #ff8c00;
--color-3: #ffd900;
--color-4: #7fd959;
--color-5: #00bfff;
}

Red Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff382e, #ff8c00, #ffd900, #7fd959, #00bfff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff382e, #ff8c00, #ffd900, #7fd959, #00bfff);
}

Red Sunset color palette created on .