Tropical Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Blossom palette

Share this palette to:

Tropical Blossom color palette PNG image

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

Tropical Blossom color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ffdf80;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff7092;
--color-3: #ff998a;
--color-4: #ffcb5c;
--color-5: #ffdf80;
}

Tropical Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff7092, #ff998a, #ffcb5c, #ffdf80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff7092, #ff998a, #ffcb5c, #ffdf80);
}

Similar color palettes

Scroll down to explore 1 Fuschia color palette

Tropical Blossom color palette created on .