Tourmaline Dreams Color Palette
Discover the beautiful Tourmaline Dreams color palette featuring jungle green (#27a187), rose bud (#fbaba2), givry (#f7e7b6), fringy flower (#b1e1ca) and deep blush (#e3849d).
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 Tourmaline Dreams palette
💻 Tourmaline Dreams color palette CSS
/* CSS */
.color-1 {
color: #27a187;
}
.color-2 {
color: #fbaba2;
}
.color-3 {
color: #f7e7b6;
}
.color-4 {
color: #b1e1ca;
}
.color-5 {
color: #e3849d;
}
/* CSS Variables */
:root {
--color-1: #27a187;
--color-2: #fbaba2;
--color-3: #f7e7b6;
--color-4: #b1e1ca;
--color-5: #e3849d;
} 🌈 Tourmaline Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #27a187, #fbaba2, #f7e7b6, #b1e1ca, #e3849d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #27a187, #fbaba2, #f7e7b6, #b1e1ca, #e3849d);
} 🔗 Explore similar color palettes
Tourmaline Dreams color palette created on .