Toodles Color Palette

Discover the beautiful Toodles color palette featuring spun pearl (#b1b2be), white (#ffffff), shuttle gray (#656871), abbey (#47474e) and cinder (#10101a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlack, Dark, Gray, Minimalist, Modern, Monochromatic, Neutral, White 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 Toodles palette

Share this palette to:

💻 Toodles color palette CSS

/* CSS */
.color-1 {
color: #b1b2be;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #656871;
}
.color-4 {
color: #47474e;
}
.color-5 {
color: #10101a;
}

/* CSS Variables */
:root {
--color-1: #b1b2be;
--color-2: #ffffff;
--color-3: #656871;
--color-4: #47474e;
--color-5: #10101a;
}

🌈 Toodles background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b2be, #ffffff, #656871, #47474e, #10101a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b2be, #ffffff, #656871, #47474e, #10101a);
}

Toodles color palette created on .