Studio Ghibli カラーパレット
美しいStudio Ghibliカラーパレットをご紹介します。regent st blue (#a3c5e0), sidecar (#f1dbb6), cashmere (#e3bba1), wewak (#f0a3b0) and asparagus (#7d9b5f)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Studio Ghibliパレットを使った美しいUIコンポーネントを探索
💻 Studio Ghibli カラーパレット 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 の背景のグラデーション 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);
}
🔗 似たようなカラーパレットを探索
Studio Ghibli color palette created on .