Opal Hues カラーパレット

美しいOpal Huesカラーパレットをご紹介します。aqua island (#a3d3db), mandys pink (#f2b6b0), pancho (#e9caa5), wheat (#f5eab8) and moss green (#b5d99b)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Opal Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d3db;
}
.color-2 {
color: #f2b6b0;
}
.color-3 {
color: #e9caa5;
}
.color-4 {
color: #f5eab8;
}
.color-5 {
color: #b5d99b;
}

/* CSS Variables */
:root {
--color-1: #a3d3db;
--color-2: #f2b6b0;
--color-3: #e9caa5;
--color-4: #f5eab8;
--color-5: #b5d99b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d3db, #f2b6b0, #e9caa5, #f5eab8, #b5d99b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d3db, #f2b6b0, #e9caa5, #f5eab8, #b5d99b);
}

Opal Hues color palette created on .