Slime Rancher Color Palette

Discover the beautiful Slime Rancher color palette featuring granny smith apple (#8fdc9b), energy yellow (#f8d64f), bittersweet (#ff6b6b), amethyst (#a560be) and curious blue (#2f8bc1).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Fun, Green, Purple, Red, Summer, Tropical, Yellow 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: #8fdc9b;
}
.color-2 {
color: #f8d64f;
}
.color-3 {
color: #ff6b6b;
}
.color-4 {
color: #a560be;
}
.color-5 {
color: #2f8bc1;
}

/* CSS Variables */
:root {
--color-1: #8fdc9b;
--color-2: #f8d64f;
--color-3: #ff6b6b;
--color-4: #a560be;
--color-5: #2f8bc1;
}

🌈 Slime Rancher background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fdc9b, #f8d64f, #ff6b6b, #a560be, #2f8bc1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fdc9b, #f8d64f, #ff6b6b, #a560be, #2f8bc1);
}

Slime Rancher color palette created on .