Warm Coral カラーパレット

美しいWarm Coralカラーパレットをご紹介します。wewak (#f1a8a2), mandys pink (#f8cac4), linen (#f9e2d7), buttermilk (#fff2b3) and selective yellow (#f5b400)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Warm Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a8a2;
}
.color-2 {
color: #f8cac4;
}
.color-3 {
color: #f9e2d7;
}
.color-4 {
color: #fff2b3;
}
.color-5 {
color: #f5b400;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f8cac4;
--color-3: #f9e2d7;
--color-4: #fff2b3;
--color-5: #f5b400;
}

🌈 Warm Coral の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f8cac4, #f9e2d7, #fff2b3, #f5b400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f8cac4, #f9e2d7, #fff2b3, #f5b400);
}

Warm Coral color palette created on .