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: #1e7f94;
}
.color-2 {
color: #3dd1c0;
}
.color-3 {
color: #a3e6d4;
}
.color-4 {
color: #f1c61e;
}
.color-5 {
color: #f35c39;
}

/* CSS Variables */
:root {
--color-1: #1e7f94;
--color-2: #3dd1c0;
--color-3: #a3e6d4;
--color-4: #f1c61e;
--color-5: #f35c39;
}

Tropical Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e7f94, #3dd1c0, #a3e6d4, #f1c61e, #f35c39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e7f94, #3dd1c0, #a3e6d4, #f1c61e, #f35c39);
}

Tropical Serenade color palette created on .