Childhood Color Palette
Discover the beautiful Childhood color palette featuring barley white (#fff5d1), karry (#ffe9d1), pippin (#ffe6e4), lavender blush (#fff4f8) and tutu (#ffebfa).
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 Childhood palette
💻 Childhood color palette CSS
/* CSS */
.color-1 {
color: #fff5d1;
}
.color-2 {
color: #ffe9d1;
}
.color-3 {
color: #ffe6e4;
}
.color-4 {
color: #fff4f8;
}
.color-5 {
color: #ffebfa;
}
/* CSS Variables */
:root {
--color-1: #fff5d1;
--color-2: #ffe9d1;
--color-3: #ffe6e4;
--color-4: #fff4f8;
--color-5: #ffebfa;
} 🌈 Childhood background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fff5d1, #ffe9d1, #ffe6e4, #fff4f8, #ffebfa);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fff5d1, #ffe9d1, #ffe6e4, #fff4f8, #ffebfa);
} 🔗 Explore similar color palettes
Childhood color palette created on .