Tropical Melon Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Melon Bliss palette

Share this palette to:

Tropical Melon Bliss color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8e6b;
}
.color-3 {
color: #ffb47a;
}
.color-4 {
color: #ffdb8f;
}
.color-5 {
color: #ffebb3;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8e6b;
--color-3: #ffb47a;
--color-4: #ffdb8f;
--color-5: #ffebb3;
}

Tropical Melon Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8e6b, #ffb47a, #ffdb8f, #ffebb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8e6b, #ffb47a, #ffdb8f, #ffebb3);
}

Tropical Melon Bliss color palette created on .