Tropical Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Mirage palette

Share this palette to:

Tropical Mirage color palette CSS

/* CSS */
.color-1 {
color: #7fd959;
}
.color-2 {
color: #5bc2a7;
}
.color-3 {
color: #3aa3b6;
}
.color-4 {
color: #3a78d4;
}
.color-5 {
color: #4f3cb9;
}

/* CSS Variables */
:root {
--color-1: #7fd959;
--color-2: #5bc2a7;
--color-3: #3aa3b6;
--color-4: #3a78d4;
--color-5: #4f3cb9;
}

Tropical Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fd959, #5bc2a7, #3aa3b6, #3a78d4, #4f3cb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fd959, #5bc2a7, #3aa3b6, #3a78d4, #4f3cb9);
}

Tropical Mirage color palette created on .