Toodles Color Palette

Discover the beautiful Toodles color palette featuring spun pearl (#b1b2be), white (#ffffff), shuttle gray (#656872), abbey (#46464e) and cinder (#101019).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withGray, White, Black, Dark, Monochromatic, Neutral, Modern, Minimalist 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: #656872;
}
.color-4 {
color: #46464e;
}
.color-5 {
color: #101019;
}

/* CSS Variables */
:root {
--color-1: #b1b2be;
--color-2: #ffffff;
--color-3: #656872;
--color-4: #46464e;
--color-5: #101019;
}

🌈 Toodles background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b1b2be, #ffffff, #656872, #46464e, #101019);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b1b2be, #ffffff, #656872, #46464e, #101019);
}

Toodles color palette created on .