Candy Rain Glitter Hex
.ul-glitter-lab { --ul-pink: #F25EA5; --ul-pink-700: #D63384; --ul-pink-300: #F8A8CC; --ul-pink-100: #FFD9E8; --ul-pink-50: #FFF1F7; --ul-blush: #FBE4EE; --ul-blush-pale: #FCEFF4; --ul-lilac: #E3D5E9; --ul-lilac-soft: #F3ECF7; --ul-cream: #FBF7F4; --ul-ink: #121212; --ul-ink-soft: #2A2A2A; --ul-graphite: #4F4F4F; --ul-mute: #7A7A7A; --ul-line: #F2CDDD; --ul-line-neutral: #EDE6EA; --ul-white: #FFFFFF; --radius-xl: 32px; --radius-pill: 999px; --shadow-sm: 0 1px 3px rgba(173,36,109,0.08), 0 1px 2px rgba(173,36,109,0.04); --shadow-pink-glow: 0 0 0 3px rgba(242,94,165,0.25); --font-display: 'Libre Franklin', sans-serif; --font-body: 'Montserrat', sans-serif; font-family: var(--font-body); color: var(--ul-ink-soft); background: #fff8fb; } .ul-glitter-lab * { box-sizing: border-box; } .ul-glitter-lab .section { padding: clamp(20px, 2.5vw, 40px) 0; } .ul-glitter-lab .section-container { max-width: 1530px; margin: 0 auto; padding: 0 30px; } .ul-glitter-lab .section-narrow { max-width: 960px; margin: 0 auto; padding: 0 30px; } .ul-glitter-lab .section-eyebrow { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ul-pink); margin-bottom: 8px; text-align: center; } .ul-glitter-lab .section-title { font-family: var(--font-display); font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.125rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.01em; color: var(--ul-ink); text-align: center; margin-bottom: 8px; } .ul-glitter-lab .section-sub { font-size: 0.9375rem; color: var(--ul-mute); text-align: center; max-width: 680px; margin: 0 auto 48px; line-height: 1.7; } .ul-glitter-lab a { color: inherit; text-decoration: none; } .ul-glitter-lab .intro-card { background: linear-gradient(135deg,#fffafb 0%,#fdebf4 100%); border: 1px solid var(--ul-line); border-radius: 24px; padding: 28px; text-align: center; box-shadow: var(--shadow-sm); } .ul-glitter-lab .intro-card h1 { font-family: var(--font-display); font-size: clamp(1.7rem,1.3rem + 1.8vw,2.5rem); font-weight: 900; line-height: 1.08; letter-spacing: -0.02em; color: var(--ul-ink); margin: 0 0 14px; } .ul-glitter-lab .intro-card p { font-size: 0.95rem; line-height: 1.75; color: var(--ul-graphite); max-width: 820px; margin: 0 auto 14px; } .ul-glitter-lab .intro-card p:last-child { margin-bottom: 0; } .ul-glitter-lab .why-section { background: white; } .ul-glitter-lab .ul-icon-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 26px; margin-top: 48px; } .ul-glitter-lab .ul-icon-item { display: flex; flex-direction: column; align-items: center; text-align: center; } .ul-glitter-lab .ul-icon-circle { width: 72px; height: 72px; border-radius: 50%; background: white; border: 1.5px solid var(--ul-line); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; box-shadow: var(--shadow-sm); transition: border-color 0.25s, box-shadow 0.25s; color: var(--ul-pink); } .ul-glitter-lab .ul-icon-item:hover .ul-icon-circle { border-color: var(--ul-pink); box-shadow: var(--shadow-pink-glow); } .ul-glitter-lab .ul-icon-svg { width: 30px; height: 30px; display: block; stroke: currentColor; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; } .ul-glitter-lab .ul-icon-item h3 { font-family: var(--font-display); font-size: 0.9375rem; font-weight: 800; color: var(--ul-ink); margin-bottom: 6px; } .ul-glitter-lab .ul-icon-item p { font-size: 0.8125rem; color: var(--ul-mute); line-height: 1.55; margin: 0; max-width: 180px; } .ul-glitter-lab .profile-section { background: var(--ul-blush-pale); } .ul-glitter-lab .profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; } .ul-glitter-lab .profile-card { background: #ffffff; border: 1px solid var(--ul-line); border-radius: 24px; padding: 28px; text-align: center; box-shadow: var(--shadow-sm); } .ul-glitter-lab .profile-card .note-label { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ul-pink); margin-bottom: 8px; } .ul-glitter-lab .profile-card h3 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 800; color: var(--ul-ink); margin: 0 0 10px; } .ul-glitter-lab .profile-card p { font-size: 0.9rem; color: var(--ul-graphite); line-height: 1.65; margin: 0; } .ul-glitter-lab .bundle-section { background: #ffffff; } .ul-glitter-lab .bundle-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; } .ul-glitter-lab .bundle-card { background: var(--ul-pink-100); border-radius: var(--radius-xl); padding: 40px; overflow: hidden; position: relative; display: flex; flex-direction: column; gap: 12px; } .ul-glitter-lab .bundle-card.alt { background: var(--ul-pink-50); border: 1px solid var(--ul-line); } .ul-glitter-lab .bundle-card .bc-eyebrow { font-size: 0.6875rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ul-pink-700); } .ul-glitter-lab .bundle-card h3 { font-family: var(--font-display); font-size: clamp(1.25rem, 1rem + 1.2vw, 1.625rem); font-weight: 900; color: var(--ul-ink); line-height: 1.15; margin: 0; } .ul-glitter-lab .bundle-card p { font-size: 0.875rem; color: var(--ul-graphite); line-height: 1.55; margin: 0; } .ul-glitter-lab .btn-outline { display: inline-flex; align-items: center; gap: 8px; border: 1.5px solid var(--ul-ink); border-radius: var(--radius-pill); padding: 12px 24px; font-family: var(--font-body); font-size: 0.875rem; font-weight: 700; color: var(--ul-ink); cursor: pointer; background: transparent; text-decoration: none; width: fit-content; margin-top: 8px; margin-left: auto; margin-right: auto; transition: all 0.2s; } .ul-glitter-lab .btn-outline:hover { background: var(--ul-ink); color: white; } .ul-glitter-lab .ul-bundle-banner { border-radius: 24px; overflow: hidden; display: flex; flex-direction: row; align-items: stretch; background: #F8A8CC; box-shadow: 0 10px 30px -10px rgba(0,0,0,0.08); } .ul-glitter-lab .ul-banner-content { flex: 1 1 100%; padding: 44px 56px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 16px; text-align: center; } .ul-glitter-lab .ul-banner-content h2 { font-family: var(--font-display); font-size: clamp(1.625rem, 1.3rem + 1.6vw, 2.25rem); font-weight: 800; line-height: 1.35; letter-spacing: -0.01em; color: white; max-width: 760px; margin: 0 0 8px 0; } .ul-glitter-lab .ul-banner-content p { font-size: 1.0625rem; color: rgba(255,255,255,0.9); line-height: 1.8; max-width: 760px; margin: 0; } .ul-glitter-lab .ul-banner-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; } .ul-glitter-lab .ul-btn-banner { display: inline-flex; align-items: center; justify-content: center; padding: 15px 30px; background: #fff8f8; color: var(--ul-pink-700); font-family: var(--font-body); font-size: 0.95rem; font-weight: 700; border-radius: 999px; text-decoration: none; border: none; cursor: pointer; margin-top: 8px; transition: box-shadow 0.3s, background 0.3s; } .ul-glitter-lab .ul-btn-banner.secondary { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.7); } .ul-glitter-lab .ul-btn-banner:hover { background: white; color: var(--ul-pink-700); box-shadow: 0 4px 20px rgba(0,0,0,0.12); } .ul-glitter-lab .details-section { background: white; } .ul-glitter-lab .accordion { border-top: 1px solid var(--ul-line-neutral); } .ul-glitter-lab details.accordion-item { border-bottom: 1px solid var(--ul-line-neutral); } .ul-glitter-lab .accordion-trigger { width: 100%; background: none; border: none; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-family: var(--font-body); font-size: 0.9375rem; font-weight: 600; color: var(--ul-ink-soft); text-align: left; list-style: none; } .ul-glitter-lab .accordion-trigger::-webkit-details-marker { display: none; } .ul-glitter-lab .accordion-trigger::marker { display: none; content: ""; } .ul-glitter-lab .accordion-trigger:hover { color: var(--ul-pink); } .ul-glitter-lab .accordion-plus { width: 28px; height: 28px; min-width: 28px; border-radius: 50%; border: 1.5px solid var(--ul-line-neutral); display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--ul-mute); flex-shrink: 0; transition: all 0.2s; } .ul-glitter-lab details.accordion-item[open] .accordion-plus { background: var(--ul-ink); color: white; border-color: var(--ul-ink); transform: rotate(45deg); } .ul-glitter-lab .accordion-body { font-size: 0.875rem; color: var(--ul-graphite); line-height: 1.7; padding-bottom: 20px; } @media (max-width: 900px) { .ul-glitter-lab .ul-icon-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; } .ul-glitter-lab .profile-grid { grid-template-columns: 1fr; } } @media (max-width: 700px) { .ul-glitter-lab .ul-icon-grid { grid-template-columns: repeat(2, 1fr); } .ul-glitter-lab .bundle-cards { grid-template-columns: 1fr; } .ul-glitter-lab .ul-banner-content { padding: 32px 28px; } } @media (max-width: 520px) { .ul-glitter-lab .section-container, .ul-glitter-lab .section-narrow { padding: 0 16px; } .ul-glitter-lab .bundle-card, .ul-glitter-lab .profile-card { padding: 28px 22px; } } Glitter Lab Collection Candy Rain Glitter Hex Nail Art Glitter Australia Candy Rain Glitter Hex is a multicolour nail art glitter from the Glitter Lab Collection, sorted by colour, size and shape so you can browse by colour family, particle size or glitter finish. Find it in the bold, maximalist multicolour section where the glitters refuse to be subtle. Magical, maximalist and practically raining colour — Candy Rain Glitter Hex is a mixed-particle hex glitter that feels like someone emptied a rainbow over your nail set and called it art (because it is). The multicolour particle mix creates layered colour payoff that shifts and pops with every movement, making every look feel like a tiny festival on your fingertips. Available in 10ml test tube, 10g bag, 20g bag or 50g bag. If you require a different quantity, please contact us directly. The Details Why You'll Love Candy Rain Glitter Hex A versatile nail art glitter chosen for colour, texture and creative control. Perfect for adding sparkle without making your product page sound like it needs a tiny violin. Sparkle Finish Adds a bright glitter effect to nail art, overlays and feature nails. Sorted by Size Easy to shop by fine, mixed, chunky or shape-based glitter styles. Colour Focused Selected to help you build looks by colour family, finish and theme. Nail Art Friendly Great for encapsulation, ombre fades, full coverage and accents. Multiple Quantities Choose a test tube or larger bag depending on how much sparkle chaos you require. Creative Control Layer lightly for shimmer or build it up for a stronger glitter finish. Glitter Profile Colour, Size & Shape This section gives customers the practical details they actually need before buying: colour family, particle style and the type of nail art look it suits best. Colour Family Multicolour Candy Rain Glitter Hex sits in the multicolour colour family, suited to bold, maximalist and playful nail sets with mixed colour payoff. The rainbow particle mix means no two applications look exactly the same, giving each set its own unique finish. Size / Shape Mixed Hex Glitter Candy Rain features a mixed-particle hex effect with particles of varying sizes blended together. The hex shape gives each particle a clean geometric edge that catches light from multiple angles, creating a layered, multi-dimensional sparkle across the nail. Best For Layered Mixed Glitter Art Candy Rain Glitter Hex shines in layered glitter nail art, encapsulated gel or acrylic designs and creative mixed-finish sets. It is also a standout choice for festival nail sets where the more colour the better is the only acceptable design brief. From Glitter Lab Shop by colour, size and shape Browse more Unicorn Lab glitters by colour family, particle size, finish and shape so you can build a full glitter wardrobe without turning your drawers into a craft-store avalanche. Shop Glitter Lab Pair it with Waterslides, crystals and nail art extras Layer glitter with decals, crystals, stamping polish or other nail art supplies to create more detailed salon sets, press-ons and custom designs. Shop Nail Art Choose your glitter quantity All glitters are available packed in a 10ml test tube, 10g bag, 20g bag or 50g bag. Choose the test tube for trying a new glitter, or size up for salon use, press-on sets, repeat designs and colours you already know you will absolutely inhale. Shop More Glitter Request Another Quantity FAQ What is Candy Rain Glitter Hex best used for?+Candy Rain Glitter Hex is best used for nail art designs such as encapsulated glitter nails, feature nails, glitter fades, overlays, press-ons and custom salon sets. The final look will depend on how much glitter you apply and whether you layer it lightly or build it up for full coverage. Can this glitter be used with gel polish or acrylic?+Yes, this glitter can be used with common nail enhancement systems including gel polish, builder gel and acrylic. For best results, apply it into uncured gel, tacky layers, clear acrylic, clear builder or your preferred nail art medium, then seal the finished design properly. What size options are available?+All glitters are available in a 10ml test tube, 10g bag, 20g bag or 50g bag. If you need a different quantity, please contact Unicorn Lab directly before ordering. Is this glitter fine or chunky?+This product is listed as Mixed Hex Glitter. Check the product image and selected variant details before ordering, especially if you need a specific glitter size, shape or finish for your design. How do I apply nail art glitter?+Apply glitter using a brush, silicone tool, scoop, dotting tool or your preferred nail art method. For gel looks, place the glitter into a tacky or uncured layer, cure if required, then encapsulate or seal with top coat. For acrylic designs, place the glitter into clear acrylic or encapsulate it under clear product. Can I use this glitter for full coverage nails?+Yes, many glitters can be layered for full coverage. Fine glitters usually give smoother coverage, while chunky or shape-based glitters create a more textured, dimensional look. Seal well to keep the surface smooth and wearable.