Tropical Dreamscape Color Palette
Discover the beautiful Tropical Dreamscape color palette featuring chamois (#eed9b5), shakespeare (#47cacd), amethyst (#c84eca), shocking pink (#ec0ea9) and cosmic (#823a68).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Tropical Dreamscape palette
💻 Tropical Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #eed9b5;
}
.color-2 {
color: #47cacd;
}
.color-3 {
color: #c84eca;
}
.color-4 {
color: #ec0ea9;
}
.color-5 {
color: #823a68;
}
/* CSS Variables */
:root {
--color-1: #eed9b5;
--color-2: #47cacd;
--color-3: #c84eca;
--color-4: #ec0ea9;
--color-5: #823a68;
} 🌈 Tropical Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eed9b5, #47cacd, #c84eca, #ec0ea9, #823a68);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eed9b5, #47cacd, #c84eca, #ec0ea9, #823a68);
} 🔗 Explore similar color palettes
Tropical Dreamscape color palette created on .