Tisha's Glow Color Palette
Discover the beautiful Tisha's Glow color palette featuring rose bud (#f7aaa1), manhattan (#f4c5a4), new orleans (#f2e1a1), deco (#c3e0a3) and jordy blue (#8fc7ef).
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 Tisha's Glow palette
💻 Tisha's Glow color palette CSS
/* CSS */
.color-1 {
color: #f7aaa1;
}
.color-2 {
color: #f4c5a4;
}
.color-3 {
color: #f2e1a1;
}
.color-4 {
color: #c3e0a3;
}
.color-5 {
color: #8fc7ef;
}
/* CSS Variables */
:root {
--color-1: #f7aaa1;
--color-2: #f4c5a4;
--color-3: #f2e1a1;
--color-4: #c3e0a3;
--color-5: #8fc7ef;
} 🌈 Tisha's Glow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7aaa1, #f4c5a4, #f2e1a1, #c3e0a3, #8fc7ef);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7aaa1, #f4c5a4, #f2e1a1, #c3e0a3, #8fc7ef);
} 🔗 Explore similar color palettes
Tisha's Glow color palette created on .