Tropical Fantasy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Fantasy palette

Share this palette to:

Tropical Fantasy color palette CSS

/* CSS */
.color-1 {
color: #d95e89;
}
.color-2 {
color: #fab700;
}
.color-3 {
color: #6acd89;
}
.color-4 {
color: #3f89c6;
}
.color-5 {
color: #a45bc8;
}

/* CSS Variables */
:root {
--color-1: #d95e89;
--color-2: #fab700;
--color-3: #6acd89;
--color-4: #3f89c6;
--color-5: #a45bc8;
}

Tropical Fantasy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d95e89, #fab700, #6acd89, #3f89c6, #a45bc8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d95e89, #fab700, #6acd89, #3f89c6, #a45bc8);
}

Tropical Fantasy color palette created on .