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: #ff8052;
}
.color-2 {
color: #ffe3b3;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #6a5bcd;
}
.color-5 {
color: #ff6bb5;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffe3b3;
--color-3: #ffec3d;
--color-4: #6a5bcd;
--color-5: #ff6bb5;
}

Tropical Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffe3b3, #ffec3d, #6a5bcd, #ff6bb5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffe3b3, #ffec3d, #6a5bcd, #ff6bb5);
}

Tropical Sunrise color palette created on .