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: #45b2e8;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--color-1: #45b2e8;
--color-2: #00a5e0;
--color-3: #00b3aa;
--color-4: #f7b32b;
--color-5: #ff6d2e;
}
Tropical Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #45b2e8, #00a5e0, #00b3aa, #f7b32b, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #45b2e8, #00a5e0, #00b3aa, #f7b32b, #ff6d2e);
}
Similar color palettes
Tropical Breeze color palette created on .