Tropical Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Bliss palette

Share this palette to:

Tropical Bliss color palette PNG image

Download tropical bliss color palette PNG image (landscape)
Download tropical bliss color palette PNG image (square)

Tropical Bliss color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #6bd6d3;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff382e;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c94b;
--color-3: #6bd6d3;
--color-4: #ffb84d;
--color-5: #ff382e;
}

Tropical Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c94b, #6bd6d3, #ffb84d, #ff382e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c94b, #6bd6d3, #ffb84d, #ff382e);
}

Tropical Bliss color palette created on .