Tropical Sunset Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Sunset Breeze palette
Tropical Sunset Breeze color palette CSS
/* CSS */
.color-1 {
color: #073121;
}
.color-2 {
color: #ea6410;
}
.color-3 {
color: #edf8f3;
}
.color-4 {
color: #f2b75a;
}
.color-5 {
color: #d15d3d;
}
/* CSS Variables */
:root {
--color-1: #073121;
--color-2: #ea6410;
--color-3: #edf8f3;
--color-4: #f2b75a;
--color-5: #d15d3d;
}
Tropical Sunset Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #073121, #ea6410, #edf8f3, #f2b75a, #d15d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #073121, #ea6410, #edf8f3, #f2b75a, #d15d3d);
}
Similar color palettes
Tropical Sunset Breeze color palette created on .