Tropical Fin Mirage Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Fin Mirage palette

Share this palette to:

Tropical Fin Mirage color palette CSS

/* CSS */
.color-1 {
color: #f7a173;
}
.color-2 {
color: #f9c56c;
}
.color-3 {
color: #f3e86d;
}
.color-4 {
color: #b0dfa4;
}
.color-5 {
color: #499c9b;
}

/* CSS Variables */
:root {
--color-1: #f7a173;
--color-2: #f9c56c;
--color-3: #f3e86d;
--color-4: #b0dfa4;
--color-5: #499c9b;
}

Tropical Fin Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a173, #f9c56c, #f3e86d, #b0dfa4, #499c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a173, #f9c56c, #f3e86d, #b0dfa4, #499c9b);
}

Tropical Fin Mirage color palette created on .