Sunset Tropics Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Tropics palette

Share this palette to:

Sunset Tropics color palette CSS

/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff3d3d;
}
.color-4 {
color: #ff9c1a;
}
.color-5 {
color: #ffcc80;
}

/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff7142;
--color-3: #ff3d3d;
--color-4: #ff9c1a;
--color-5: #ffcc80;
}

Sunset Tropics background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff7142, #ff3d3d, #ff9c1a, #ffcc80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff7142, #ff3d3d, #ff9c1a, #ffcc80);
}

Sunset Tropics color palette created on .