Tropical Mirage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Mirage palette
Tropical Mirage color palette PNG image
Tropical Mirage color palette CSS
/* CSS */
.color-1 {
color: #1ab9cb;
}
.color-2 {
color: #3fe4b2;
}
.color-3 {
color: #f5f35b;
}
.color-4 {
color: #f49b1f;
}
.color-5 {
color: #e03c1f;
}
/* CSS Variables */
:root {
--color-1: #1ab9cb;
--color-2: #3fe4b2;
--color-3: #f5f35b;
--color-4: #f49b1f;
--color-5: #e03c1f;
}
Tropical Mirage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1ab9cb, #3fe4b2, #f5f35b, #f49b1f, #e03c1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1ab9cb, #3fe4b2, #f5f35b, #f49b1f, #e03c1f);
}
Similar color palettes
Tropical Mirage color palette created on .