Tropical Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Serenade palette

Share this palette to:

Tropical Serenade color palette CSS

/* CSS */
.color-1 {
color: #ff7142;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #fff9c2;
}
.color-4 {
color: #a4d5a6;
}
.color-5 {
color: #65b5f6;
}

/* CSS Variables */
:root {
--color-1: #ff7142;
--color-2: #ffb84d;
--color-3: #fff9c2;
--color-4: #a4d5a6;
--color-5: #65b5f6;
}

Tropical Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7142, #ffb84d, #fff9c2, #a4d5a6, #65b5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7142, #ffb84d, #fff9c2, #a4d5a6, #65b5f6);
}

Tropical Serenade color palette created on .