Shadows of Dusk カラーパレット
美しいShadows of Duskカラーパレットをご紹介します。cotton seed (#bdb9b3), dove gray (#766c6b), abbey (#4d4c52), shark (#2e2e33) and shark (#1f1f23)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Neutral, Minimalist, Autumnカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Shadows of Duskパレットを使った美しいUIコンポーネントを探索
💻 Shadows of Dusk カラーパレット CSS
/* CSS */
.color-1 {
color: #bdb9b3;
}
.color-2 {
color: #766c6b;
}
.color-3 {
color: #4d4c52;
}
.color-4 {
color: #2e2e33;
}
.color-5 {
color: #1f1f23;
}
/* CSS Variables */
:root {
--color-1: #bdb9b3;
--color-2: #766c6b;
--color-3: #4d4c52;
--color-4: #2e2e33;
--color-5: #1f1f23;
} 🌈 Shadows of Dusk の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdb9b3, #766c6b, #4d4c52, #2e2e33, #1f1f23);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdb9b3, #766c6b, #4d4c52, #2e2e33, #1f1f23);
} 🔗 似たようなカラーパレットを探索
Shadows of Dusk color palette created on .