Tropical Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Sunrise palette

Share this palette to:

Tropical Sunrise color palette CSS

/* CSS */
.color-1 {
color: #3068b0;
}
.color-2 {
color: #5ca7d6;
}
.color-3 {
color: #a3d7e6;
}
.color-4 {
color: #ffc83d;
}
.color-5 {
color: #ff5833;
}

/* CSS Variables */
:root {
--color-1: #3068b0;
--color-2: #5ca7d6;
--color-3: #a3d7e6;
--color-4: #ffc83d;
--color-5: #ff5833;
}

Tropical Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3068b0, #5ca7d6, #a3d7e6, #ffc83d, #ff5833);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3068b0, #5ca7d6, #a3d7e6, #ffc83d, #ff5833);
}

Tropical Sunrise color palette created on .