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: #5fb4ad;
}
.color-2 {
color: #a4d6d4;
}
.color-3 {
color: #def7f3;
}
.color-4 {
color: #ffb4a3;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #5fb4ad;
--color-2: #a4d6d4;
--color-3: #def7f3;
--color-4: #ffb4a3;
--color-5: #ff6e61;
}
Tropical Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fb4ad, #a4d6d4, #def7f3, #ffb4a3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fb4ad, #a4d6d4, #def7f3, #ffb4a3, #ff6e61);
}
Similar color palettes
Tropical Breeze color palette created on .