Studio Ghibli Color Palette

Discover the beautiful Studio Ghibli color palette featuring ronchi (#f1c84b), tulip tree (#e9a949), raw sienna (#d58d4d), turkish rose (#b2708d) and butterfly bush (#694e8d).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAnime, Yellow, Soft, Pastel, Imaginative 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 Studio Ghibli palette

Share this palette to:

💻 Studio Ghibli color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e9a949;
}
.color-3 {
color: #d58d4d;
}
.color-4 {
color: #b2708d;
}
.color-5 {
color: #694e8d;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e9a949;
--color-3: #d58d4d;
--color-4: #b2708d;
--color-5: #694e8d;
}

🌈 Studio Ghibli background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e9a949, #d58d4d, #b2708d, #694e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e9a949, #d58d4d, #b2708d, #694e8d);
}

🔗 Explore similar color palettes

No palettes found

Try using different filters or clear your current selection to see more palettes.

Studio Ghibli color palette created on .