Shades of Beige カラーパレット

美しいShades of Beigeカラーパレットをご紹介します。pavlova (#d8c39d), screamin' green (#6ffb3c), potters clay (#8c5b3b), shamrock (#2ecc70) and saffron (#f4cf3e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Shades of Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #d8c39d;
}
.color-2 {
color: #6ffb3c;
}
.color-3 {
color: #8c5b3b;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #f4cf3e;
}

/* CSS Variables */
:root {
--color-1: #d8c39d;
--color-2: #6ffb3c;
--color-3: #8c5b3b;
--color-4: #2ecc70;
--color-5: #f4cf3e;
}

🌈 Shades of Beige の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c39d, #6ffb3c, #8c5b3b, #2ecc70, #f4cf3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c39d, #6ffb3c, #8c5b3b, #2ecc70, #f4cf3e);
}

Shades of Beige color palette created on .