Cherry Limeade Burst Color Palette
Discover the beautiful Cherry Limeade Burst color palette featuring amaranth (#da1b61), orange (#ff6d1f), conifer (#a3d55d), dolly (#f2ff80) and cornflower lilac (#ffadad).
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 Cherry Limeade Burst palette
💻 Cherry Limeade Burst color palette CSS
/* CSS */
.color-1 {
color: #da1b61;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #f2ff80;
}
.color-5 {
color: #ffadad;
}
/* CSS Variables */
:root {
--color-1: #da1b61;
--color-2: #ff6d1f;
--color-3: #a3d55d;
--color-4: #f2ff80;
--color-5: #ffadad;
} 🌈 Cherry Limeade Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #da1b61, #ff6d1f, #a3d55d, #f2ff80, #ffadad);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #da1b61, #ff6d1f, #a3d55d, #f2ff80, #ffadad);
} 🔗 Explore similar color palettes
Cherry Limeade Burst color palette created on .