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