Kasane Teto カラーパレット

美しいKasane Tetoカラーパレットをご紹介します。sandy brown (#f1a76f), keppel (#329f94), san juan (#2d4e5d), terracotta (#e3775f) and cream can (#f4c65d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Kasane Teto カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a76f;
}
.color-2 {
color: #329f94;
}
.color-3 {
color: #2d4e5d;
}
.color-4 {
color: #e3775f;
}
.color-5 {
color: #f4c65d;
}

/* CSS Variables */
:root {
--color-1: #f1a76f;
--color-2: #329f94;
--color-3: #2d4e5d;
--color-4: #e3775f;
--color-5: #f4c65d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a76f, #329f94, #2d4e5d, #e3775f, #f4c65d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a76f, #329f94, #2d4e5d, #e3775f, #f4c65d);
}

Kasane Teto color palette created on .