Glacier Dream カラーパレット

美しいGlacier Dreamカラーパレットをご紹介します。glacier (#81b4c5), regent st blue (#a8d6e6), regent st blue (#b2e1eb), polar (#d5f3f6) and twilight blue (#f0ffff)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Glacier Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #81b4c5;
}
.color-2 {
color: #a8d6e6;
}
.color-3 {
color: #b2e1eb;
}
.color-4 {
color: #d5f3f6;
}
.color-5 {
color: #f0ffff;
}

/* CSS Variables */
:root {
--color-1: #81b4c5;
--color-2: #a8d6e6;
--color-3: #b2e1eb;
--color-4: #d5f3f6;
--color-5: #f0ffff;
}

🌈 Glacier Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81b4c5, #a8d6e6, #b2e1eb, #d5f3f6, #f0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81b4c5, #a8d6e6, #b2e1eb, #d5f3f6, #f0ffff);
}

Glacier Dream color palette created on .