Tropical Sunset Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Sunset Breeze palette

Share this palette to:

Tropical Sunset Breeze color palette CSS

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #ffe057;
}
.color-4 {
color: #6bdb82;
}
.color-5 {
color: #1c8d83;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcb5c;
--color-3: #ffe057;
--color-4: #6bdb82;
--color-5: #1c8d83;
}

Tropical Sunset Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcb5c, #ffe057, #6bdb82, #1c8d83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcb5c, #ffe057, #6bdb82, #1c8d83);
}

Tropical Sunset Breeze color palette created on .