Red Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red Sunrise palette

Share this palette to:

Red Sunrise color palette CSS

/* CSS */
.color-1 {
color: #e63746;
}
.color-2 {
color: #f2faef;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f57e00;
}
.color-5 {
color: #d40845;
}

/* CSS Variables */
:root {
--color-1: #e63746;
--color-2: #f2faef;
--color-3: #f1c40e;
--color-4: #f57e00;
--color-5: #d40845;
}

Red Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e63746, #f2faef, #f1c40e, #f57e00, #d40845);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e63746, #f2faef, #f1c40e, #f57e00, #d40845);
}

Red Sunrise color palette created on .