Tropical Retro Vibes Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Retro Vibes palette

Share this palette to:

Tropical Retro Vibes color palette PNG image

Download tropical retro vibes color palette PNG image (landscape)
Download tropical retro vibes color palette PNG image (square)

Tropical Retro Vibes color palette CSS

/* CSS */
.color-1 {
color: #4f7d7d;
}
.color-2 {
color: #5db69f;
}
.color-3 {
color: #8fdc9d;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #d64e24;
}

/* CSS Variables */
:root {
--color-1: #4f7d7d;
--color-2: #5db69f;
--color-3: #8fdc9d;
--color-4: #f5c400;
--color-5: #d64e24;
}

Tropical Retro Vibes background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7d7d, #5db69f, #8fdc9d, #f5c400, #d64e24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7d7d, #5db69f, #8fdc9d, #f5c400, #d64e24);
}

Tropical Retro Vibes color palette created on .