Leon Kennedy カラーパレット
美しいLeon Kennedyカラーパレットをご紹介します。ming (#3b7d8c), breaker bay (#5b9f90), summer green (#8dbf9d), buff (#f2d58c) and roman (#e05c5c)で構成されています。
明るさ
彩度
暖かさ
私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Cool, Teal, Green, Bright, Yellow, Red, Modern, Character, Video Gameカラーパレットと組み合わせ。
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Leon Kennedyパレットを使った美しいUIコンポーネントを探索
💻 Leon Kennedy カラーパレット CSS
/* CSS */
.color-1 {
color: #3b7d8c;
}
.color-2 {
color: #5b9f90;
}
.color-3 {
color: #8dbf9d;
}
.color-4 {
color: #f2d58c;
}
.color-5 {
color: #e05c5c;
}
/* CSS Variables */
:root {
--color-1: #3b7d8c;
--color-2: #5b9f90;
--color-3: #8dbf9d;
--color-4: #f2d58c;
--color-5: #e05c5c;
} 🌈 Leon Kennedy の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7d8c, #5b9f90, #8dbf9d, #f2d58c, #e05c5c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7d8c, #5b9f90, #8dbf9d, #f2d58c, #e05c5c);
} 🔗 似たようなカラーパレットを探索
Leon Kennedy color palette created on .