Kidcore Delight Color Palette
Discover the beautiful Kidcore Delight color palette featuring mauve (#f99eff), pink lace (#ffbdfa), cape honey (#ffe6aa), pastel pink (#ffdae1) and heliotrope (#ab8bff).
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 Kidcore Delight palette
💻 Kidcore Delight color palette CSS
/* CSS */
.color-1 {
color: #f99eff;
}
.color-2 {
color: #ffbdfa;
}
.color-3 {
color: #ffe6aa;
}
.color-4 {
color: #ffdae1;
}
.color-5 {
color: #ab8bff;
}
/* CSS Variables */
:root {
--color-1: #f99eff;
--color-2: #ffbdfa;
--color-3: #ffe6aa;
--color-4: #ffdae1;
--color-5: #ab8bff;
} 🌈 Kidcore Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99eff, #ffbdfa, #ffe6aa, #ffdae1, #ab8bff);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99eff, #ffbdfa, #ffe6aa, #ffdae1, #ab8bff);
} 🔗 Explore similar color palettes
Kidcore Delight color palette created on .