Slime Rancher Color Palette

Discover the beautiful Slime Rancher color palette featuring turquoise blue (#6edee7), marzipan (#f6d88b), hot pink (#ff71bd), cornflower blue (#8b66f0) and dodger blue (#2192f0).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAqua, Blue, Bright, Cream, Fun, Lavender, Modern, Pink, Spring, Vibrant color palettes and combinations.

💡 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 Slime Rancher palette

Share this palette to:

💻 Slime Rancher color palette CSS

/* CSS */
.color-1 {
color: #6edee7;
}
.color-2 {
color: #f6d88b;
}
.color-3 {
color: #ff71bd;
}
.color-4 {
color: #8b66f0;
}
.color-5 {
color: #2192f0;
}

/* CSS Variables */
:root {
--color-1: #6edee7;
--color-2: #f6d88b;
--color-3: #ff71bd;
--color-4: #8b66f0;
--color-5: #2192f0;
}

🌈 Slime Rancher background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6edee7, #f6d88b, #ff71bd, #8b66f0, #2192f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6edee7, #f6d88b, #ff71bd, #8b66f0, #2192f0);
}

Slime Rancher color palette created on .