Tropical Dreamscape Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Tropical Dreamscape palette

Share this palette to:

Tropical Dreamscape color palette CSS

/* CSS */
.color-1 {
color: #a62b92;
}
.color-2 {
color: #609d9f;
}
.color-3 {
color: #80ffd4;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #ff1492;
}

/* CSS Variables */
:root {
--color-1: #a62b92;
--color-2: #609d9f;
--color-3: #80ffd4;
--color-4: #ff6bb5;
--color-5: #ff1492;
}

Tropical Dreamscape background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a62b92, #609d9f, #80ffd4, #ff6bb5, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a62b92, #609d9f, #80ffd4, #ff6bb5, #ff1492);
}

Tropical Dreamscape color palette created on .