Colores de Piel カラーパレット

美しいColores de Pielカラーパレットをご紹介します。cashmere (#e3b0a1), my pink (#d79b88), my pink (#d18f7b), contessa (#c67b6c) and santa fe (#b56e5e)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Colores de Piel カラーパレット CSS

/* CSS */
.color-1 {
color: #e3b0a1;
}
.color-2 {
color: #d79b88;
}
.color-3 {
color: #d18f7b;
}
.color-4 {
color: #c67b6c;
}
.color-5 {
color: #b56e5e;
}

/* CSS Variables */
:root {
--color-1: #e3b0a1;
--color-2: #d79b88;
--color-3: #d18f7b;
--color-4: #c67b6c;
--color-5: #b56e5e;
}

🌈 Colores de Piel の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b0a1, #d79b88, #d18f7b, #c67b6c, #b56e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b0a1, #d79b88, #d18f7b, #c67b6c, #b56e5e);
}

Colores de Piel color palette created on .