Toy Bonnie Color Palette

Discover the beautiful Toy Bonnie color palette featuring cornflower (#8db3e2), illusion (#f6a2b2), goldenrod (#f9d66c), froly (#f36d6d) and smalt blue (#4a7d8c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Pink, Yellow, Soft, Bright, Spring, Fun 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 Toy Bonnie palette

Share this palette to:

💻 Toy Bonnie color palette CSS

/* CSS */
.color-1 {
color: #8db3e2;
}
.color-2 {
color: #f6a2b2;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #f36d6d;
}
.color-5 {
color: #4a7d8c;
}

/* CSS Variables */
:root {
--color-1: #8db3e2;
--color-2: #f6a2b2;
--color-3: #f9d66c;
--color-4: #f36d6d;
--color-5: #4a7d8c;
}

🌈 Toy Bonnie background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8db3e2, #f6a2b2, #f9d66c, #f36d6d, #4a7d8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8db3e2, #f6a2b2, #f9d66c, #f36d6d, #4a7d8c);
}

Toy Bonnie color palette created on .