Celestial Dreams カラーパレット

美しいCelestial Dreamsカラーパレットをご紹介します。biscay (#1e3b71), matisse (#1c5f8d), astral (#3a8e9c), downy (#5cd1c5) and water leaf (#9ce7e6)で構成されています。

明るさ

彩度

暖かさ

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

💡 できること

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

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

UI例

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

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

💻 Celestial Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3b71;
}
.color-2 {
color: #1c5f8d;
}
.color-3 {
color: #3a8e9c;
}
.color-4 {
color: #5cd1c5;
}
.color-5 {
color: #9ce7e6;
}

/* CSS Variables */
:root {
--color-1: #1e3b71;
--color-2: #1c5f8d;
--color-3: #3a8e9c;
--color-4: #5cd1c5;
--color-5: #9ce7e6;
}

🌈 Celestial Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b71, #1c5f8d, #3a8e9c, #5cd1c5, #9ce7e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b71, #1c5f8d, #3a8e9c, #5cd1c5, #9ce7e6);
}

Celestial Dreams color palette created on .