Blue Opal カラーパレット
美しいBlue Opalカラーパレットをご紹介します。morning glory (#a3d5e0), pigeon post (#b0c4d9), mercury (#e6e6e6), ronchi (#f1c84b) and carrot orange (#f48b2a)で構成されています。
明るさ
彩度
暖かさ
💡 できること
ColorMagicでは簡単に以下のことができます:
- •デザインに正確なHEXコードとRGB値をコピー
- •明度、彩度、暖度を調整して新しいバリエーションを作成
- •UIコンポーネントをプレビューして、実際のインターフェースでの色の働きを確認
- •背景グラデーションやカラー変数を含むCSSコードをコピー
- •パレットをダウンロード
- •チームメンバーやクライアントとパレットを共有
🎨 UIコンポーネントのプレビュー
UI例
Blue Opalパレットを使った美しいUIコンポーネントを探索
💻 Blue Opal カラーパレット CSS
/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #b0c4d9;
}
.color-3 {
color: #e6e6e6;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f48b2a;
}
/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #b0c4d9;
--color-3: #e6e6e6;
--color-4: #f1c84b;
--color-5: #f48b2a;
} 🌈 Blue Opal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #b0c4d9, #e6e6e6, #f1c84b, #f48b2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #b0c4d9, #e6e6e6, #f1c84b, #f48b2a);
} 🔗 似たようなカラーパレットを探索
Blue Opal color palette created on .