Tropical Sunset Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Sunset Dreams palette
Tropical Sunset Dreams color palette CSS
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #4051b5;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff8052;
--color-3: #ffb84d;
--color-4: #4eb7ac;
--color-5: #4051b5;
}
Tropical Sunset Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff8052, #ffb84d, #4eb7ac, #4051b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff8052, #ffb84d, #4eb7ac, #4051b5);
}
Similar color palettes
Tropical Sunset Dreams color palette created on .