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: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #a5d5d1;
}
.color-5 {
color: #ff3d67;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffeb8a;
--color-4: #a5d5d1;
--color-5: #ff3d67;
}

Tropical Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffeb8a, #a5d5d1, #ff3d67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffeb8a, #a5d5d1, #ff3d67);
}

Tropical Sunrise color palette created on .