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: #f26440;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f7e13b;
}
.color-4 {
color: #8bdc60;
}
.color-5 {
color: #3ddb8a;
}

/* CSS Variables */
:root {
--color-1: #f26440;
--color-2: #f5a524;
--color-3: #f7e13b;
--color-4: #8bdc60;
--color-5: #3ddb8a;
}

Tropical Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f26440, #f5a524, #f7e13b, #8bdc60, #3ddb8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f26440, #f5a524, #f7e13b, #8bdc60, #3ddb8a);
}

Tropical Sunrise color palette created on .