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