Sapphire Blue カラーパレット

美しいSapphire Blueカラーパレットをご紹介します。bahama blue (#005e99), lochmara (#007ab8), cerulean (#00a5e0), robin's egg blue (#00c4f0) and anakiwa (#99e4ff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Sapphire Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #005e99;
}
.color-2 {
color: #007ab8;
}
.color-3 {
color: #00a5e0;
}
.color-4 {
color: #00c4f0;
}
.color-5 {
color: #99e4ff;
}

/* CSS Variables */
:root {
--color-1: #005e99;
--color-2: #007ab8;
--color-3: #00a5e0;
--color-4: #00c4f0;
--color-5: #99e4ff;
}

🌈 Sapphire Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005e99, #007ab8, #00a5e0, #00c4f0, #99e4ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005e99, #007ab8, #00a5e0, #00c4f0, #99e4ff);
}

Sapphire Blue color palette created on .