Tropical Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Sunrise palette

Share this palette to:

Tropical Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ffe033;
}
.color-2 {
color: #f9d13e;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f3a339;
}
.color-5 {
color: #f2a350;
}

/* CSS Variables */
:root {
--color-1: #ffe033;
--color-2: #f9d13e;
--color-3: #f6b83c;
--color-4: #f3a339;
--color-5: #f2a350;
}

Tropical Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe033, #f9d13e, #f6b83c, #f3a339, #f2a350);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe033, #f9d13e, #f6b83c, #f3a339, #f2a350);
}

Tropical Sunrise color palette created on .