Tropical Twilight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Twilight palette
Tropical Twilight color palette CSS
/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #006366;
}
.color-3 {
color: #003d4d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f5c400;
}
/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #006366;
--color-3: #003d4d;
--color-4: #ff6e61;
--color-5: #f5c400;
}
Tropical Twilight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #006366, #003d4d, #ff6e61, #f5c400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #006366, #003d4d, #ff6e61, #f5c400);
}
Similar color palettes
- Shades of Purple
- Shades of Red, Blue, and Purple
- Sunset Serenade
- Teal Shades
- Purple Dreams
- Whirling Dreams
- Whispers of Wisteria
- Shades of Yellow
- Shades of Yellow and Blue
- Vortex of Dreams
- Whirling Serenity
- Blushing Sunrise
- Purple Heavy
- Sugar Rush Dreamscape
- Light Blue
- Sunny Nickle
- Cotton Candy Dreamscape
- Oceanic Horizon
Tropical Twilight color palette created on .