Rosso Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosso Sunrise palette

Share this palette to:

Rosso Sunrise color palette CSS

/* CSS */
.color-1 {
color: #d72828;
}
.color-2 {
color: #e85a3b;
}
.color-3 {
color: #f79f69;
}
.color-4 {
color: #f1c46a;
}
.color-5 {
color: #f7e3a1;
}

/* CSS Variables */
:root {
--color-1: #d72828;
--color-2: #e85a3b;
--color-3: #f79f69;
--color-4: #f1c46a;
--color-5: #f7e3a1;
}

Rosso Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d72828, #e85a3b, #f79f69, #f1c46a, #f7e3a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d72828, #e85a3b, #f79f69, #f1c46a, #f7e3a1);
}

Rosso Sunrise color palette created on .