Tropical Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Sunset palette

Share this palette to:

Tropical Sunset color palette CSS

/* CSS */
.color-1 {
color: #3ee0d5;
}
.color-2 {
color: #f9d14e;
}
.color-3 {
color: #ff7b00;
}
.color-4 {
color: #ff4d6d;
}
.color-5 {
color: #ff2e54;
}

/* CSS Variables */
:root {
--color-1: #3ee0d5;
--color-2: #f9d14e;
--color-3: #ff7b00;
--color-4: #ff4d6d;
--color-5: #ff2e54;
}

Tropical Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3ee0d5, #f9d14e, #ff7b00, #ff4d6d, #ff2e54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3ee0d5, #f9d14e, #ff7b00, #ff4d6d, #ff2e54);
}

Tropical Sunset color palette created on .