Racing Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Racing Sunrise palette

Share this palette to:

Racing Sunrise color palette CSS

/* CSS */
.color-1 {
color: #c9031d;
}
.color-2 {
color: #da3c2b;
}
.color-3 {
color: #f26f3a;
}
.color-4 {
color: #f8a059;
}
.color-5 {
color: #fbcb6a;
}

/* CSS Variables */
:root {
--color-1: #c9031d;
--color-2: #da3c2b;
--color-3: #f26f3a;
--color-4: #f8a059;
--color-5: #fbcb6a;
}

Racing Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9031d, #da3c2b, #f26f3a, #f8a059, #fbcb6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9031d, #da3c2b, #f26f3a, #f8a059, #fbcb6a);
}

Racing Sunrise color palette created on .