Tropical Reverie Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Reverie palette

Share this palette to:

Tropical Reverie color palette CSS

/* CSS */
.color-1 {
color: #5dda8d;
}
.color-2 {
color: #f9c54e;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffadad;
}
.color-5 {
color: #6a4c94;
}

/* CSS Variables */
:root {
--color-1: #5dda8d;
--color-2: #f9c54e;
--color-3: #ff6e61;
--color-4: #ffadad;
--color-5: #6a4c94;
}

Tropical Reverie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5dda8d, #f9c54e, #ff6e61, #ffadad, #6a4c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5dda8d, #f9c54e, #ff6e61, #ffadad, #6a4c94);
}

Tropical Reverie color palette created on .