Cascabel カラーパレット

美しいCascabelカラーパレットをご紹介します。harvest gold (#e1a86b), raw sienna (#d6884c), copper (#c76f38), paarl (#ae542d) and burnt umber (#8d3b2a)で構成されています。

明るさ

彩度

暖かさ

私たちのカラーパレットジェネレーターが作成したこの汎用性の高いカラースキームは、これらのカラーパレットと組み合わせの特性を共有しています:Orange, Tan, Earthy, Warm, Bright, Autumn, Red, Desert, Funカラーパレットと組み合わせ。

💡 できること

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

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

UI例

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

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

💻 Cascabel カラーパレット CSS

/* CSS */
.color-1 {
color: #e1a86b;
}
.color-2 {
color: #d6884c;
}
.color-3 {
color: #c76f38;
}
.color-4 {
color: #ae542d;
}
.color-5 {
color: #8d3b2a;
}

/* CSS Variables */
:root {
--color-1: #e1a86b;
--color-2: #d6884c;
--color-3: #c76f38;
--color-4: #ae542d;
--color-5: #8d3b2a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a86b, #d6884c, #c76f38, #ae542d, #8d3b2a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a86b, #d6884c, #c76f38, #ae542d, #8d3b2a);
}

Cascabel color palette created on .