Tropical Blossom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Blossom palette
Tropical Blossom color palette CSS
/* CSS */
.color-1 {
color: #f06a99;
}
.color-2 {
color: #f4a462;
}
.color-3 {
color: #f6d55a;
}
.color-4 {
color: #2e8e8d;
}
.color-5 {
color: #2a9d90;
}
/* CSS Variables */
:root {
--color-1: #f06a99;
--color-2: #f4a462;
--color-3: #f6d55a;
--color-4: #2e8e8d;
--color-5: #2a9d90;
}
Tropical Blossom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f06a99, #f4a462, #f6d55a, #2e8e8d, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f06a99, #f4a462, #f6d55a, #2e8e8d, #2a9d90);
}
Similar color palettes
Tropical Blossom color palette created on .