Kamis カラーパレット

美しいKamisカラーパレットをご紹介します。sandy brown (#f6a65a), cream can (#f6d06f), spring rain (#a6c9b6), patina (#6c9d95) and smalt blue (#4c7c8a)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Amber, Apricot, Beach, Bright, Cream, Green, Spring, Tropical, Vibrantカラーパレットと組み合わせ。

💡 できること

ColorMagicでは簡単に以下のことができます:
  • デザインに正確なHEXコードとRGB値をコピー
  • 明度、彩度、暖度を調整して新しいバリエーションを作成
  • UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
  • 背景グラデーションやカラー変数を含むCSSコードをコピー
  • パレットをダウンロード
  • チームメンバーやクライアントとパレットを共有

🎨 UIコンポーネントのプレビュー

UI例

Kamisパレットを使った美しいUIコンポーネントを探索

このパレットを共有する先:

💻 Kamis カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a65a;
}
.color-2 {
color: #f6d06f;
}
.color-3 {
color: #a6c9b6;
}
.color-4 {
color: #6c9d95;
}
.color-5 {
color: #4c7c8a;
}

/* CSS Variables */
:root {
--color-1: #f6a65a;
--color-2: #f6d06f;
--color-3: #a6c9b6;
--color-4: #6c9d95;
--color-5: #4c7c8a;
}

🌈 Kamis の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a65a, #f6d06f, #a6c9b6, #6c9d95, #4c7c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a65a, #f6d06f, #a6c9b6, #6c9d95, #4c7c8a);
}

Kamis color palette created on .