Warm Tropical Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Warm Tropical Breeze palette
Color Inspiration
Images that showcase this color palette in real designs
Download Warm Tropical Breeze Color Palette (PNG)
Warm Tropical Breeze color palette CSS
/* CSS */
.color-1 {
color: #02bbb8;
}
.color-2 {
color: #33d7d1;
}
.color-3 {
color: #9ee0df;
}
.color-4 {
color: #f3cec4;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #02bbb8;
--color-2: #33d7d1;
--color-3: #9ee0df;
--color-4: #f3cec4;
--color-5: #ff6b6b;
}
Warm Tropical Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02bbb8, #33d7d1, #9ee0df, #f3cec4, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02bbb8, #33d7d1, #9ee0df, #f3cec4, #ff6b6b);
}
Similar color palettes
Warm Tropical Breeze color palette created on .