Tropical Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Sunrise palette
Tropical Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #00ff80;
}
.color-4 {
color: #ff4400;
}
.color-5 {
color: #ffd9b8;
}
/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #00bfff;
--color-3: #00ff80;
--color-4: #ff4400;
--color-5: #ffd9b8;
}
Tropical Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #00bfff, #00ff80, #ff4400, #ffd9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #00bfff, #00ff80, #ff4400, #ffd9b8);
}
Similar color palettes
Scroll down to explore 200+ Yellow color palettes
- Vibrant Yellow
- Arcane Essence
- Vibrant Red Blue Pink
- Vibrant Red Blue Purple
- Light Yellow with Light Blue
- Colorful Orange
- Sunshine Serenade
- Destructive Red
- Destructive Red
- Shades of Yellow and Green
- Coral Dream
- Vibrant Velocity
- Vibrant Orange
- Sunlit Serenity
- Shades of Yellow
- Warm Colors
- Heavenly Harvest
- Pink Dreamscape
Tropical Sunrise color palette created on .