Tropical Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Bloom palette
Tropical Bloom color palette CSS
/* CSS */
.color-1 {
color: #f5006e;
}
.color-2 {
color: #00805b;
}
.color-3 {
color: #b19bd9;
}
.color-4 {
color: #e6b400;
}
.color-5 {
color: #004985;
}
/* CSS Variables */
:root {
--color-1: #f5006e;
--color-2: #00805b;
--color-3: #b19bd9;
--color-4: #e6b400;
--color-5: #004985;
}
Tropical Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5006e, #00805b, #b19bd9, #e6b400, #004985);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5006e, #00805b, #b19bd9, #e6b400, #004985);
}
Similar color palettes
Tropical Bloom color palette created on .