Tropical Fruity Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Fruity Delight palette

Share this palette to:

Tropical Fruity Delight color palette PNG image

Download tropical fruity delight color palette PNG image (landscape)
Download tropical fruity delight color palette PNG image (square)

Tropical Fruity Delight color palette CSS

/* CSS */
.color-1 {
color: #73c4b0;
}
.color-2 {
color: #a0e4c6;
}
.color-3 {
color: #f2bf8d;
}
.color-4 {
color: #f584a4;
}
.color-5 {
color: #38497a;
}

/* CSS Variables */
:root {
--color-1: #73c4b0;
--color-2: #a0e4c6;
--color-3: #f2bf8d;
--color-4: #f584a4;
--color-5: #38497a;
}

Tropical Fruity Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #73c4b0, #a0e4c6, #f2bf8d, #f584a4, #38497a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #73c4b0, #a0e4c6, #f2bf8d, #f584a4, #38497a);
}

Tropical Fruity Delight color palette created on .