Tropical Twilight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Twilight palette

Share this palette to:

Tropical Twilight color palette CSS

/* CSS */
.color-1 {
color: #4a3a7e;
}
.color-2 {
color: #5b4d93;
}
.color-3 {
color: #7a6a9a;
}
.color-4 {
color: #b69f5d;
}
.color-5 {
color: #e86e5e;
}

/* CSS Variables */
:root {
--color-1: #4a3a7e;
--color-2: #5b4d93;
--color-3: #7a6a9a;
--color-4: #b69f5d;
--color-5: #e86e5e;
}

Tropical Twilight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a3a7e, #5b4d93, #7a6a9a, #b69f5d, #e86e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a3a7e, #5b4d93, #7a6a9a, #b69f5d, #e86e5e);
}

Tropical Twilight color palette created on .