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: #ff00f6;
}
.color-2 {
color: #1fd1b3;
}
.color-3 {
color: #28c8b5;
}
.color-4 {
color: #f7dee4;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff00f6;
--color-2: #1fd1b3;
--color-3: #28c8b5;
--color-4: #f7dee4;
--color-5: #ff6e61;
}

Tropical Mirage background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff00f6, #1fd1b3, #28c8b5, #f7dee4, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff00f6, #1fd1b3, #28c8b5, #f7dee4, #ff6e61);
}

Tropical Mirage color palette created on .