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: #f7b5a1;
}
.color-2 {
color: #f5e0a3;
}
.color-3 {
color: #d8c1a6;
}
.color-4 {
color: #a0d3d4;
}
.color-5 {
color: #6eb5d8;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f5e0a3;
--color-3: #d8c1a6;
--color-4: #a0d3d4;
--color-5: #6eb5d8;
}

Tropical Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f5e0a3, #d8c1a6, #a0d3d4, #6eb5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f5e0a3, #d8c1a6, #a0d3d4, #6eb5d8);
}

Tropical Serenade color palette created on .