Studio Ghibli Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Studio Ghibli palette
Color Inspiration
Images that showcase this color palette in real designs
Download Studio Ghibli Color Palette (PNG)
Studio Ghibli color palette CSS
/* CSS */
.color-1 {
color: #a3c5e0;
}
.color-2 {
color: #f1dbb6;
}
.color-3 {
color: #e3bba1;
}
.color-4 {
color: #f0a3b0;
}
.color-5 {
color: #7d9b5f;
}
/* CSS Variables */
:root {
--color-1: #a3c5e0;
--color-2: #f1dbb6;
--color-3: #e3bba1;
--color-4: #f0a3b0;
--color-5: #7d9b5f;
}
Studio Ghibli background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c5e0, #f1dbb6, #e3bba1, #f0a3b0, #7d9b5f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c5e0, #f1dbb6, #e3bba1, #f0a3b0, #7d9b5f);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Studio Ghibli color palette created on .