What the Sigma カラーパレット

美しいWhat the Sigmaカラーパレットをご紹介します。patina (#699b92), gum leaf (#b2d7c6), frost (#f1f8e8), mustard (#ffdd57) and bittersweet (#ff6e61)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 What the Sigma カラーパレット CSS

/* CSS */
.color-1 {
color: #699b92;
}
.color-2 {
color: #b2d7c6;
}
.color-3 {
color: #f1f8e8;
}
.color-4 {
color: #ffdd57;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #699b92;
--color-2: #b2d7c6;
--color-3: #f1f8e8;
--color-4: #ffdd57;
--color-5: #ff6e61;
}

🌈 What the Sigma の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #699b92, #b2d7c6, #f1f8e8, #ffdd57, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #699b92, #b2d7c6, #f1f8e8, #ffdd57, #ff6e61);
}

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