Tropical Sunset Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Sunset Dream palette

Share this palette to:

Download Tropical Sunset Dream Color Palette (PNG)

Download tropical sunset dream color palette PNG image (landscape)
Download tropical sunset dream color palette PNG image (square)

Tropical Sunset Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffbd42;
}
.color-3 {
color: #71a3ef;
}
.color-4 {
color: #56c2b9;
}
.color-5 {
color: #ff6b93;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffbd42;
--color-3: #71a3ef;
--color-4: #56c2b9;
--color-5: #ff6b93;
}

Tropical Sunset Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffbd42, #71a3ef, #56c2b9, #ff6b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffbd42, #71a3ef, #56c2b9, #ff6b93);
}

Tropical Sunset Dream color palette created on .