Tropical Sunrise Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Sunrise Serenade palette

Share this palette to:

Tropical Sunrise Serenade color palette CSS

/* CSS */
.color-1 {
color: #aeeaea;
}
.color-2 {
color: #e2b597;
}
.color-3 {
color: #d3b331;
}
.color-4 {
color: #5ea683;
}
.color-5 {
color: #d95475;
}

/* CSS Variables */
:root {
--color-1: #aeeaea;
--color-2: #e2b597;
--color-3: #d3b331;
--color-4: #5ea683;
--color-5: #d95475;
}

Tropical Sunrise Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aeeaea, #e2b597, #d3b331, #5ea683, #d95475);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aeeaea, #e2b597, #d3b331, #5ea683, #d95475);
}

Tropical Sunrise Serenade color palette created on .