Skin Tones カラーパレット

美しいSkin Tonesカラーパレットをご紹介します。azalea (#f7d5cf), cashmere (#e4b5a0), burning sand (#d89c7d), santa fe (#a86b4d) and quincy (#5b382a)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Skin Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #f7d5cf;
}
.color-2 {
color: #e4b5a0;
}
.color-3 {
color: #d89c7d;
}
.color-4 {
color: #a86b4d;
}
.color-5 {
color: #5b382a;
}

/* CSS Variables */
:root {
--color-1: #f7d5cf;
--color-2: #e4b5a0;
--color-3: #d89c7d;
--color-4: #a86b4d;
--color-5: #5b382a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d5cf, #e4b5a0, #d89c7d, #a86b4d, #5b382a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d5cf, #e4b5a0, #d89c7d, #a86b4d, #5b382a);
}

Skin Tones color palette created on .