Tropical Sunset Bliss Color Palette
Discover the beautiful Tropical Sunset Bliss color palette featuring prelude (#d0bde8), moon raker (#d0c9f0), link water (#e3daf5), moon raker (#e3c9f5) and biloba flower (#bca4ed).
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 Sunset Bliss palette
💻 Tropical Sunset Bliss color palette CSS
/* CSS */
.color-1 {
color: #d0bde8;
}
.color-2 {
color: #d0c9f0;
}
.color-3 {
color: #e3daf5;
}
.color-4 {
color: #e3c9f5;
}
.color-5 {
color: #bca4ed;
}
/* CSS Variables */
:root {
--color-1: #d0bde8;
--color-2: #d0c9f0;
--color-3: #e3daf5;
--color-4: #e3c9f5;
--color-5: #bca4ed;
} 🌈 Tropical Sunset Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d0bde8, #d0c9f0, #e3daf5, #e3c9f5, #bca4ed);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d0bde8, #d0c9f0, #e3daf5, #e3c9f5, #bca4ed);
} 🔗 Explore similar color palettes
Tropical Sunset Bliss color palette created on .