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