Boxten カラーパレット

美しいBoxtenカラーパレットをご紹介します。di serria (#d9a85e), gold sand (#e3c28c), sidecar (#f3e6b4), manhattan (#f5b9a3) and old rose (#c2757a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Boxten カラーパレット CSS

/* CSS */
.color-1 {
color: #d9a85e;
}
.color-2 {
color: #e3c28c;
}
.color-3 {
color: #f3e6b4;
}
.color-4 {
color: #f5b9a3;
}
.color-5 {
color: #c2757a;
}

/* CSS Variables */
:root {
--color-1: #d9a85e;
--color-2: #e3c28c;
--color-3: #f3e6b4;
--color-4: #f5b9a3;
--color-5: #c2757a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a85e, #e3c28c, #f3e6b4, #f5b9a3, #c2757a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a85e, #e3c28c, #f3e6b4, #f5b9a3, #c2757a);
}

Boxtenカラーパレットはに作成されました。