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: #d7493c;
}
.color-2 {
color: #e68a4c;
}
.color-3 {
color: #f1b55b;
}
.color-4 {
color: #f3d46d;
}
.color-5 {
color: #f9e79f;
}

/* CSS Variables */
:root {
--color-1: #d7493c;
--color-2: #e68a4c;
--color-3: #f1b55b;
--color-4: #f3d46d;
--color-5: #f9e79f;
}

Red Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7493c, #e68a4c, #f1b55b, #f3d46d, #f9e79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7493c, #e68a4c, #f1b55b, #f3d46d, #f9e79f);
}

Red Sunrise color palette created on .