Colores Piel カラーパレット

美しいColores Pielカラーパレットをご紹介します。manhattan (#f6c2a2), gold sand (#e9b59b), my pink (#d79b88), old rose (#c18e7b) and sandal (#b07f6d)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Colores Piel カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c2a2;
}
.color-2 {
color: #e9b59b;
}
.color-3 {
color: #d79b88;
}
.color-4 {
color: #c18e7b;
}
.color-5 {
color: #b07f6d;
}

/* CSS Variables */
:root {
--color-1: #f6c2a2;
--color-2: #e9b59b;
--color-3: #d79b88;
--color-4: #c18e7b;
--color-5: #b07f6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c2a2, #e9b59b, #d79b88, #c18e7b, #b07f6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c2a2, #e9b59b, #d79b88, #c18e7b, #b07f6d);
}

Colores Piel color palette created on .