Tropical Sunset Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Sunset Dream palette
Download Tropical Sunset Dream Color Palette (PNG)
Tropical Sunset Dream color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffbd42;
}
.color-3 {
color: #71a3ef;
}
.color-4 {
color: #56c2b9;
}
.color-5 {
color: #ff6b93;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffbd42;
--color-3: #71a3ef;
--color-4: #56c2b9;
--color-5: #ff6b93;
}
Tropical Sunset Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffbd42, #71a3ef, #56c2b9, #ff6b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffbd42, #71a3ef, #56c2b9, #ff6b93);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Tropical Sunset Dream color palette created on .