Bakudeku Slime Color Palette
Discover the beautiful Bakudeku Slime color palette featuring patina (#5d8e8b), sinbad (#9fd5d4), beauty bush (#f0c6d3), tonys pink (#e8a09b) and ronchi (#f1b74b).
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 Bakudeku Slime palette
💻 Bakudeku Slime color palette CSS
/* CSS */
.color-1 {
color: #5d8e8b;
}
.color-2 {
color: #9fd5d4;
}
.color-3 {
color: #f0c6d3;
}
.color-4 {
color: #e8a09b;
}
.color-5 {
color: #f1b74b;
}
/* CSS Variables */
:root {
--color-1: #5d8e8b;
--color-2: #9fd5d4;
--color-3: #f0c6d3;
--color-4: #e8a09b;
--color-5: #f1b74b;
} 🌈 Bakudeku Slime background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d8e8b, #9fd5d4, #f0c6d3, #e8a09b, #f1b74b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d8e8b, #9fd5d4, #f0c6d3, #e8a09b, #f1b74b);
} 🔗 Explore similar color palettes
Bakudeku Slime color palette created on .