Muted Coral カラーパレット

美しいMuted Coralカラーパレットをご紹介します。submarine (#b6c8c6), swirl (#d6c8c2), brandy (#e0b59e), tonys pink (#e4a68b) and my pink (#d79989)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Muted Coral カラーパレット CSS

/* CSS */
.color-1 {
color: #b6c8c6;
}
.color-2 {
color: #d6c8c2;
}
.color-3 {
color: #e0b59e;
}
.color-4 {
color: #e4a68b;
}
.color-5 {
color: #d79989;
}

/* CSS Variables */
:root {
--color-1: #b6c8c6;
--color-2: #d6c8c2;
--color-3: #e0b59e;
--color-4: #e4a68b;
--color-5: #d79989;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b6c8c6, #d6c8c2, #e0b59e, #e4a68b, #d79989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b6c8c6, #d6c8c2, #e0b59e, #e4a68b, #d79989);
}

Muted Coral color palette created on .