Opal Gem Elegance カラーパレット

美しいOpal Gem Eleganceカラーパレットをご紹介します。jagged ice (#c9e6ee), linen (#faeee5), azalea (#fad1d8), we peep (#f2c4d6) and prelude (#dbc0e7)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

Opal Gem Eleganceパレットを使った美しいUIコンポーネントを探索

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

💻 Opal Gem Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #c9e6ee;
}
.color-2 {
color: #faeee5;
}
.color-3 {
color: #fad1d8;
}
.color-4 {
color: #f2c4d6;
}
.color-5 {
color: #dbc0e7;
}

/* CSS Variables */
:root {
--color-1: #c9e6ee;
--color-2: #faeee5;
--color-3: #fad1d8;
--color-4: #f2c4d6;
--color-5: #dbc0e7;
}

🌈 Opal Gem Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c9e6ee, #faeee5, #fad1d8, #f2c4d6, #dbc0e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c9e6ee, #faeee5, #fad1d8, #f2c4d6, #dbc0e7);
}

Opal Gem Elegance color palette created on .