Cadance Glimmer Color Palette
Discover the beautiful Cadance Glimmer color palette featuring apricot peach (#fbd3c1), illusion (#f8a5b1), tickle me pink (#f782a1), froly (#f4628e) and french rose (#f24a7c).
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 Cadance Glimmer palette
💻 Cadance Glimmer color palette CSS
/* CSS */
.color-1 {
color: #fbd3c1;
}
.color-2 {
color: #f8a5b1;
}
.color-3 {
color: #f782a1;
}
.color-4 {
color: #f4628e;
}
.color-5 {
color: #f24a7c;
}
/* CSS Variables */
:root {
--color-1: #fbd3c1;
--color-2: #f8a5b1;
--color-3: #f782a1;
--color-4: #f4628e;
--color-5: #f24a7c;
} 🌈 Cadance Glimmer background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbd3c1, #f8a5b1, #f782a1, #f4628e, #f24a7c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbd3c1, #f8a5b1, #f782a1, #f4628e, #f24a7c);
} 🔗 Explore similar color palettes
Cadance Glimmer color palette created on .