Tropical Blossom Dreamscape Color Palette
Discover the beautiful Tropical Blossom Dreamscape color palette featuring cedar (#3d1022), red violet (#ba1c76), mauvelous (#ee96c8), anakiwa (#8df8fc) and calypso (#2d6f8b).
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 Blossom Dreamscape palette
💻 Tropical Blossom Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #3d1022;
}
.color-2 {
color: #ba1c76;
}
.color-3 {
color: #ee96c8;
}
.color-4 {
color: #8df8fc;
}
.color-5 {
color: #2d6f8b;
}
/* CSS Variables */
:root {
--color-1: #3d1022;
--color-2: #ba1c76;
--color-3: #ee96c8;
--color-4: #8df8fc;
--color-5: #2d6f8b;
} 🌈 Tropical Blossom Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d1022, #ba1c76, #ee96c8, #8df8fc, #2d6f8b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d1022, #ba1c76, #ee96c8, #8df8fc, #2d6f8b);
} 🔗 Explore similar color palettes
Tropical Blossom Dreamscape color palette created on .