Glimmer Shine Color Palette
Discover the beautiful Glimmer Shine color palette featuring marzipan (#f7d39c), tacao (#f2ba7d), froly (#f4806c), hopbush (#d66b9d) and strikemaster (#a65e9e).
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 Glimmer Shine palette
💻 Glimmer Shine color palette CSS
/* CSS */
.color-1 {
color: #f7d39c;
}
.color-2 {
color: #f2ba7d;
}
.color-3 {
color: #f4806c;
}
.color-4 {
color: #d66b9d;
}
.color-5 {
color: #a65e9e;
}
/* CSS Variables */
:root {
--color-1: #f7d39c;
--color-2: #f2ba7d;
--color-3: #f4806c;
--color-4: #d66b9d;
--color-5: #a65e9e;
} 🌈 Glimmer Shine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d39c, #f2ba7d, #f4806c, #d66b9d, #a65e9e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d39c, #f2ba7d, #f4806c, #d66b9d, #a65e9e);
} 🔗 Explore similar color palettes
Glimmer Shine color palette created on .