Bluey Pie Color Palette
Discover the beautiful Bluey Pie color palette featuring dodger blue (#43adf9), malibu (#7ed2fc), french pass (#b3ecff), classic rose (#fad1f3) and cotton candy (#ffb8df).
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 Bluey Pie palette
💻 Bluey Pie color palette CSS
/* CSS */
.color-1 {
color: #43adf9;
}
.color-2 {
color: #7ed2fc;
}
.color-3 {
color: #b3ecff;
}
.color-4 {
color: #fad1f3;
}
.color-5 {
color: #ffb8df;
}
/* CSS Variables */
:root {
--color-1: #43adf9;
--color-2: #7ed2fc;
--color-3: #b3ecff;
--color-4: #fad1f3;
--color-5: #ffb8df;
}
🌈 Bluey Pie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #43adf9, #7ed2fc, #b3ecff, #fad1f3, #ffb8df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #43adf9, #7ed2fc, #b3ecff, #fad1f3, #ffb8df);
}
🔗 Explore similar color palettes
Bluey Pie color palette created on .