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