Mango Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Mango Sunrise palette

Share this palette to:

Mango Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ff7b00;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ffec42;
}
.color-5 {
color: #fff59e;
}

/* CSS Variables */
:root {
--color-1: #ff7b00;
--color-2: #ffb300;
--color-3: #ffd900;
--color-4: #ffec42;
--color-5: #fff59e;
}

Mango Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7b00, #ffb300, #ffd900, #ffec42, #fff59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7b00, #ffb300, #ffd900, #ffec42, #fff59e);
}

Mango Sunrise color palette created on .