"Whispers of Autumn" カラーパレット
美しい"Whispers of Autumn"カラーパレットをご紹介します。lola (#ded4de), gray chateau (#a4abb6), charm (#da8194), crail (#c56644) and waikawa gray (#586b8d)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
"Whispers of Autumn"パレットを使った美しいUIコンポーネントを探索
💻 "Whispers of Autumn" カラーパレット CSS
/* CSS */
.color-1 {
color: #ded4de;
}
.color-2 {
color: #a4abb6;
}
.color-3 {
color: #da8194;
}
.color-4 {
color: #c56644;
}
.color-5 {
color: #586b8d;
}
/* CSS Variables */
:root {
--color-1: #ded4de;
--color-2: #a4abb6;
--color-3: #da8194;
--color-4: #c56644;
--color-5: #586b8d;
} 🌈 "Whispers of Autumn" の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ded4de, #a4abb6, #da8194, #c56644, #586b8d);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ded4de, #a4abb6, #da8194, #c56644, #586b8d);
} 🔗 似たようなカラーパレットを探索
"Whispers of Autumn" color palette created on .